Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Jan 16, 2024
1 parent 2c608e1 commit 101dc6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
ClownRecorder: 1
PonderingOrb: 1
CrayonRainbow: 5
PrizeBall: 10
contrabandInventory:
PlushieLamp: 3
emaggedInventory:
PlushieJester: 3
PlushieNuke: 3
PlushieRGBee: 3
BalloonCorgi: 2
BalloonCorgi: 2
2 changes: 2 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Fun/prizeticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
name: prize ball
description: I wounder whats inside!
components:
- type: VendPrice
price: 500
- type: Sprite
sprite: _NF/Objects/Fun/prizeticket.rsi
layers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: prize counter
description: Claim your prize and win some toys and cute plushies!
components:
- type: Anchorable
delay: 999999
- type: AmbientOnPowered
- type: AmbientSound
volume: -9
Expand Down Expand Up @@ -35,7 +37,6 @@
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Lathe
producingSound: /Audio/Machines/uniformprinter.ogg
idleState: icon
runningState: icon
staticRecipes:
Expand Down

0 comments on commit 101dc6d

Please sign in to comment.