Adds firecrackers and decoy grenades (#25923)

* boom boom pow

* a few more sounds

* Add different forms to uplink and prize counter

* new and improved

* Fuse sound or not

* it's now a box and works properly.

* Reviews

* Minor tweaks

* static list

* ope

* adjacency checks

* angry
This commit is contained in:
Luc
2024-07-30 13:58:49 +00:00
committed by GitHub
parent 4ad7892bed
commit 165b9416be
5 changed files with 111 additions and 0 deletions
+6
View File
@@ -111,6 +111,12 @@ GLOBAL_DATUM_INIT(global_prizes, /datum/prizes, new())
typepath = /obj/item/ammo_box/caps
cost = 30
/datum/prize_item/firecracker
name = "Firecracker Grenade"
desc = "A loud and obnoxious firecracker. Hold away from ears and small children."
typepath = /obj/item/grenade/firecracker
cost = 50
/datum/prize_item/wallet
name = "Cheap Wallet"
desc = "A cheap and big enough for standard issue ID cards."