debug uplinks show all restricted items (#47374)

This commit is contained in:
py01
2019-10-25 16:40:13 -07:00
committed by Rob Bailey
parent 5e016c8e46
commit be5514909b
2 changed files with 8 additions and 5 deletions
+2
View File
@@ -30,6 +30,7 @@
. = ..()
var/datum/component/uplink/hidden_uplink = GetComponent(/datum/component/uplink)
hidden_uplink.name = "debug uplink"
hidden_uplink.debug = TRUE
/obj/item/uplink/nuclear/Initialize()
. = ..()
@@ -44,6 +45,7 @@
var/datum/component/uplink/hidden_uplink = GetComponent(/datum/component/uplink)
hidden_uplink.set_gamemode(/datum/game_mode/nuclear)
hidden_uplink.name = "debug nuclear uplink"
hidden_uplink.debug = TRUE
/obj/item/uplink/nuclear_restricted/Initialize()
. = ..()