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
@@ -741,6 +741,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/jammer
cost = 20
/datum/uplink_item/device_tools/decoy_nade
name = "Decoy Grenade Kit"
desc = "A box of five grenades that can be configured to reproduce many suspicious sounds at varying rates."
reference = "DCY"
item = /obj/item/storage/box/syndie_kit/decoy
cost = 20
////////////////////////////////////////
// MARK: SPACE SUITS AND HARDSUITS
////////////////////////////////////////