Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Aug 3, 2023
1 parent ba54775 commit 9a6fbf3
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,19 @@
shader: unshaded
- state: refill_parts # Update this later with a new sprite
- type: CargoSellBlacklist

- type: entity
parent: SecuredVendingMachineRestock
id: VendingMachineRestockCuddlyCritterVend
name: CuddlyCritterVend restock box
description: A box containing toys and plushies for the Cuddly Critter vending machine. A label reads THE BOX IS TAMPER PROOF AND WILL DESTROY IT'S CONTENT ON HARM.
components:
- type: VendingMachineRestock
canRestock:
- CuddlyCritterVendInventory
- type: Sprite
layers:
- state: base
- state: green_bit
shader: unshaded
- state: refill_parts # TODO Update this later with a new sprite

0 comments on commit 9a6fbf3

Please sign in to comment.