Merge remote-tracking branch 'WD-core/master' into upstream-core
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
6293
Resources/Maps/Shuttles/White/trading_outpostNY.yml
Normal file
6293
Resources/Maps/Shuttles/White/trading_outpostNY.yml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user