Skip to content

Commit

Permalink
Fix missing FTL (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Dec 4, 2023
1 parent d9ed9c1 commit 1b6f22f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ ent-CrateVendingMachineRestockCuddlyCritterVendFilled = CuddlyCritterVend restoc
.desc = Contains two restock boxes for a CuddlyCritterVend vending machine.
ent-CrateVendingMachineRestockChefvendFilled = ChefVend restock crate
.desc = Contains two restock boxes for a Chefvend vending machine.
.desc = Contains two restock boxes for a ChefVend vending machine.
ent-CrateVendingMachineRestockCondimentStationFilled = Condiment Station restock crate
.desc = Contains two restock boxes for a condiment station.
ent-CrateVendingMachineRestockLessLethalVendFilled = LessLethalVend restock crate
.desc = Contains two restock boxes for the LessLethalVend vending machine.
2 changes: 1 addition & 1 deletion Resources/Prototypes/_NF/Catalog/Fills/Crates/vending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
- type: StorageFill
contents:
- id: VendingMachineRestockLessLethalVend
amount: 1
amount: 2
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
- state: green_bit
shader: unshaded
- state: refill_salvage # Update this later with a new sprite
- type: CargoSellBlacklist

- type: entity
parent: SecuredVendingMachineRestock
Expand All @@ -79,7 +78,6 @@
- state: green_bit
shader: unshaded
- state: refill_sec # Update this later with a new sprite
- type: CargoSellBlacklist

- type: entity
parent: SecuredVendingMachineRestock
Expand All @@ -96,7 +94,6 @@
- state: green_bit
shader: unshaded
- state: refill_parts # Update this later with a new sprite
- type: CargoSellBlacklist

- type: entity
parent: SecuredVendingMachineRestock
Expand Down Expand Up @@ -130,4 +127,3 @@
- state: green_bit
shader: unshaded
- state: refill_lesslethal
- type: CargoSellBlacklist

0 comments on commit 1b6f22f

Please sign in to comment.