yeehaw it's done
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
desc = "This implant will help you get back up on your feet faster after being stunned. Comes with an autosurgeon."
|
||||
item = /obj/item/autosurgeon/anti_stun
|
||||
cost = 12
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/implants/freedom
|
||||
name = "Freedom Implant"
|
||||
@@ -52,7 +52,7 @@
|
||||
This will permanently destroy your body, however."
|
||||
item = /obj/item/storage/box/syndie_kit/imp_microbomb
|
||||
cost = 2
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/implants/macrobomb
|
||||
name = "Macrobomb Implant"
|
||||
@@ -60,7 +60,7 @@
|
||||
Upon death, releases a massive explosion that will wipe out everything nearby."
|
||||
item = /obj/item/storage/box/syndie_kit/imp_macrobomb
|
||||
cost = 20
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
restricted = TRUE
|
||||
|
||||
/datum/uplink_item/implants/reviver
|
||||
@@ -68,7 +68,7 @@
|
||||
desc = "This implant will attempt to revive and heal you if you lose consciousness. Comes with an autosurgeon."
|
||||
item = /obj/item/autosurgeon/reviver
|
||||
cost = 8
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/implants/stealthimplant
|
||||
name = "Stealth Implant"
|
||||
@@ -89,7 +89,7 @@
|
||||
desc = "These cybernetic eyes will give you thermal vision. Comes with a free autosurgeon."
|
||||
item = /obj/item/autosurgeon/thermal_eyes
|
||||
cost = 8
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/implants/uplink
|
||||
name = "Uplink Implant"
|
||||
@@ -107,4 +107,4 @@
|
||||
item = /obj/item/autosurgeon/xray_eyes
|
||||
cost = 10
|
||||
surplus = 0
|
||||
include_modes = list(/datum/game_mode/nuclear)
|
||||
include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
Reference in New Issue
Block a user