Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LessLethalVend Fix missing FTL #637

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading