mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
NanoTrasen Corporate Representatives no longer have mindshield implants. (#15196)
This commit is contained in:
@@ -122,7 +122,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/heph
|
||||
uniform = /obj/item/clothing/under/rank/liaison/heph
|
||||
suit = /obj/item/clothing/suit/storage/liaison/heph
|
||||
implants = null
|
||||
id = /obj/item/card/id/hephaestus
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/heph
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/heph
|
||||
|
||||
@@ -183,7 +183,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/idris
|
||||
uniform = /obj/item/clothing/under/rank/liaison/idris
|
||||
suit = /obj/item/clothing/suit/storage/liaison/idris
|
||||
implants = null
|
||||
id = /obj/item/card/id/idris
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/idris
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/idris
|
||||
|
||||
@@ -80,7 +80,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/orion
|
||||
uniform = /obj/item/clothing/under/rank/liaison/orion
|
||||
suit = /obj/item/clothing/suit/storage/liaison/orion
|
||||
implants = null
|
||||
id = /obj/item/card/id/orion
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/orion
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/orion
|
||||
|
||||
@@ -180,7 +180,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/pmc
|
||||
uniform = /obj/item/clothing/under/rank/liaison/pmc
|
||||
suit = /obj/item/clothing/suit/storage/liaison/pmc
|
||||
implants = null
|
||||
id = /obj/item/card/id/pmc
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/pmc
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/pmc
|
||||
|
||||
@@ -204,7 +204,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/zavod
|
||||
uniform = /obj/item/clothing/under/rank/liaison/zavod
|
||||
suit = /obj/item/clothing/suit/storage/liaison/zavod
|
||||
implants = null
|
||||
id = /obj/item/card/id/zavodskoi
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/zavod
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/zavod
|
||||
|
||||
@@ -196,7 +196,6 @@
|
||||
head = /obj/item/clothing/head/beret/corporate/zeng
|
||||
uniform = /obj/item/clothing/under/rank/liaison/zeng
|
||||
suit = /obj/item/clothing/suit/storage/liaison/zeng
|
||||
implants = null
|
||||
id = /obj/item/card/id/zeng_hu
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/zeng
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/zeng
|
||||
|
||||
@@ -51,10 +51,6 @@
|
||||
/obj/item/gun/energy/pistol = 1
|
||||
)
|
||||
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield
|
||||
)
|
||||
|
||||
/datum/outfit/job/representative/post_equip(mob/living/carbon/human/H, visualsOnly)
|
||||
. = ..()
|
||||
if(H && !visualsOnly)
|
||||
|
||||
Reference in New Issue
Block a user