Adds a new Nuclear Agent Detomax Subtype (#17323)

This commit is contained in:
Sirryan2002
2022-01-14 09:59:17 +01:00
committed by GitHub
parent 48024777a7
commit 4bd30c9bf6
3 changed files with 15 additions and 4 deletions
+7
View File
@@ -1056,6 +1056,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
reference = "DEPC"
item = /obj/item/cartridge/syndicate
cost = 6
excludefrom = list(/datum/game_mode/nuclear)
/datum/uplink_item/explosives/detomatix/nuclear
desc = "When inserted into a personal digital assistant, this cartridge gives you five opportunities to detonate PDAs of crewmembers who have their message feature enabled. The concussive effect from the explosion will knock the recipient out for a short period, and deafen them for longer. It has a chance to detonate your PDA. This version comes with a program to toggle your nuclear shuttle blast doors remotely."
item = /obj/item/cartridge/syndicate/nuclear
excludefrom = list()
gamemodes = list(/datum/game_mode/nuclear)
/datum/uplink_item/explosives/pizza_bomb
name = "Pizza Bomb"