mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Syndicate Mobs With IDs Now Have Syndicate-Themed IDs. (#28640)
* Syndie ID Drip * Apply suggestions from code review Co-authored-by: kyunkyunkyun <120701975+kyunkyunkyun@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> --------- Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: kyunkyunkyun <120701975+kyunkyunkyun@users.noreply.github.com>
This commit is contained in:
@@ -862,6 +862,11 @@
|
||||
trainee = I.registered_name
|
||||
icon_state = "nct_chip_active"
|
||||
|
||||
/obj/item/card/id/syndicate_fake // Syndicate ID drip with none of the access theft or anti-tracking.
|
||||
name = "\improper Syndicate ID card"
|
||||
desc = "An evil-looking ID issued to members of the Syndicate."
|
||||
icon_state = "syndie"
|
||||
|
||||
// Decals
|
||||
/obj/item/id_decal
|
||||
name = "identification card decal"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
mask = /obj/item/clothing/mask/gas
|
||||
head = /obj/item/clothing/head/helmet/swat
|
||||
back = /obj/item/storage/backpack
|
||||
id = /obj/item/card/id
|
||||
id = /obj/item/card/id/syndicate_fake
|
||||
|
||||
|
||||
/obj/effect/mob_spawn/human/corpse/syndicatecommando
|
||||
@@ -39,7 +39,7 @@
|
||||
mask = /obj/item/clothing/mask/gas/syndicate
|
||||
back = /obj/item/mod/control/pre_equipped/traitor
|
||||
r_pocket = /obj/item/tank/internals/emergency_oxygen
|
||||
id = /obj/item/card/id
|
||||
id = /obj/item/card/id/syndicate_fake
|
||||
|
||||
/obj/effect/mob_spawn/human/corpse/syndicatequartermaster
|
||||
name = "Syndicate Quartermaster"
|
||||
@@ -58,7 +58,7 @@
|
||||
l_ear = /obj/item/radio/headset
|
||||
mask = /obj/item/clothing/mask/gas/syndicate
|
||||
r_pocket = /obj/item/tank/internals/emergency_oxygen
|
||||
id = /obj/item/card/id
|
||||
id = /obj/item/card/id/syndicate_fake
|
||||
|
||||
/obj/effect/mob_spawn/human/corpse/clown/corpse
|
||||
roundstart = TRUE
|
||||
|
||||
Reference in New Issue
Block a user