Новогодний аутпост (#862)

This commit is contained in:
BIGZi0348
2024-12-30 20:45:29 +03:00
committed by GitHub
2 changed files with 6295 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ public sealed partial class CargoSystem
private static readonly SoundPathSpecifier ApproveSound = new("/Audio/Effects/Cargo/ping.ogg"); private static readonly SoundPathSpecifier ApproveSound = new("/Audio/Effects/Cargo/ping.ogg");
private const string TradeStationMapPath = "/Maps/Shuttles/trading_outpost.yml"; private const string TradeStationMapPath = "/Maps/Shuttles/White/trading_outpostNY.yml"; // WD
private void InitializeShuttle() private void InitializeShuttle()
{ {
@@ -355,7 +355,7 @@ public sealed partial class CargoSystem
return; return;
var stackPrototype = _protoMan.Index<StackPrototype>(component.CashType); var stackPrototype = _protoMan.Index<StackPrototype>(component.CashType);
_stack.Spawn((int)price, stackPrototype, xform.Coordinates); _stack.Spawn((int) price, stackPrototype, xform.Coordinates);
_audio.PlayPvs(ApproveSound, uid); _audio.PlayPvs(ApproveSound, uid);
UpdatePalletConsoleInterface(uid); UpdatePalletConsoleInterface(uid);
} }

File diff suppressed because it is too large Load Diff