mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes wrong ID for syndicate ghost roles
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
ears = /obj/item/device/radio/headset/syndicate/alt
|
||||
back = /obj/item/storage/backpack
|
||||
r_pocket = /obj/item/gun/ballistic/automatic/pistol
|
||||
id = /obj/item/card/id
|
||||
id = /obj/item/card/id/syndicate/anyone
|
||||
implants = list(/obj/item/implant/weapons_auth)
|
||||
|
||||
/datum/outfit/lavaland_syndicate/post_equip(mob/living/carbon/human/H)
|
||||
@@ -138,7 +138,6 @@
|
||||
r_hand = /obj/item/melee/transforming/energy/sword/saber
|
||||
mask = /obj/item/clothing/mask/chameleon/gps
|
||||
suit = /obj/item/clothing/suit/armor/vest
|
||||
l_pocket = /obj/item/card/id/syndicate/anyone
|
||||
|
||||
/obj/item/clothing/mask/chameleon/gps/Initialize()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user