Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Dec 12, 2023
1 parent 261ec95 commit 9ceff1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ protected override void Added(EntityUid uid, ShipwreckedRuleComponent component,

protected override void Started(EntityUid uid, ShipwreckedRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args)
{
if (component.Shuttle == null)
if (component.Shuttle == null || !component.Shuttle.Value.IsValid())
{
if (!AttachMap(EntityUid.Invalid, component, true))
{
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Catalog/Cargo/cargo_vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
cost: 4350
cost: 4500
category: Service
group: market

Expand Down

0 comments on commit 9ceff1d

Please sign in to comment.