mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
[MIRROR] 0 TC uplinks and real names for reinforcements (#5412)
* 0 TC uplinks and real names for reinforcements #44025
This commit is contained in:
committed by
Gary Lafortune
parent
d70ccc832f
commit
096bdbf766
@@ -137,6 +137,7 @@
|
||||
command_radio = TRUE
|
||||
|
||||
/datum/outfit/syndicate/no_crystals
|
||||
name = "Syndicate Operative - Reinforcement"
|
||||
tc = 0
|
||||
|
||||
/datum/outfit/syndicate/post_equip(mob/living/carbon/human/H)
|
||||
@@ -146,7 +147,7 @@
|
||||
if(command_radio)
|
||||
R.command = TRUE
|
||||
|
||||
if(tc)
|
||||
if(ispath(uplink_type, /obj/item/uplink/nuclear) || tc) // /obj/item/uplink/nuclear understands 0 tc
|
||||
var/obj/item/U = new uplink_type(H, H.key, tc)
|
||||
H.equip_to_slot_or_del(U, SLOT_IN_BACKPACK)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user