mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Smoke Grenade Module + Blob Buff (#24224)
* is good for you * DESCRIPTION * fix * Update code/modules/mod/modules/modules_security.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -697,6 +697,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 5
|
||||
surplus = 10
|
||||
|
||||
/datum/uplink_item/suits/smoke_grenade
|
||||
name = "Smoke Grenade Module"
|
||||
desc = "A module that dispenses primed smoke grenades to disperse crowds."
|
||||
reference = "SGM"
|
||||
item = /obj/item/mod/module/dispenser/smoke
|
||||
cost = 10
|
||||
surplus = 10
|
||||
|
||||
/datum/uplink_item/device_tools/binary
|
||||
name = "Binary Translator Key"
|
||||
desc = "A key, that when inserted into a radio headset, allows you to listen to and talk with artificial intelligences and cybernetic organisms in binary. To talk on the binary channel, type :+ before your radio message."
|
||||
|
||||
Reference in New Issue
Block a user