mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
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:
@@ -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
|
||||
////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user