mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
buffs the radio jammer (#19377)
* buffs the radio jammer come on and jam and welcome to the jam * come on and jam the jam * i never actually watched space jam i just thi running outta jokes * unjams the pr im so fucking funny bro * unfucks the pr for real (developers swearing bot hello) worth a try
This commit is contained in:
@@ -388,6 +388,10 @@
|
||||
if(istype(H))
|
||||
H.toggle_geiger_counter()
|
||||
|
||||
/datum/action/item_action/toggle_radio_jammer
|
||||
name = "Toggle Radio Jammer"
|
||||
desc = "Turns your jammer on or off. Hush, you."
|
||||
|
||||
/datum/action/item_action/hands_free
|
||||
check_flags = AB_CHECK_CONSCIOUS
|
||||
|
||||
|
||||
@@ -1557,7 +1557,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
|
||||
/datum/uplink_item/device_tools/jammer
|
||||
name = "Radio Jammer"
|
||||
desc = "This device will disrupt any nearby outgoing radio communication when activated."
|
||||
desc = "When turned on this device will scramble any outgoing radio communications near you, making them hard to understand."
|
||||
reference = "RJ"
|
||||
item = /obj/item/jammer
|
||||
cost = 4
|
||||
|
||||
Reference in New Issue
Block a user