mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
NT rep plasma suit (#7230)
This commit is contained in:
committed by
Crazy Lemon
parent
5a39e84ce1
commit
764e813116
@@ -294,6 +294,16 @@
|
||||
icon_state = "plasmaman_HoS_helmet0"
|
||||
base_state = "plasmaman_HoS_helmet"
|
||||
|
||||
//NT REP
|
||||
/obj/item/clothing/suit/space/eva/plasmaman/nt_rep
|
||||
name = "plasmaman NT representative suit"
|
||||
icon_state = "plasmaman_rep"
|
||||
|
||||
/obj/item/clothing/head/helmet/space/eva/plasmaman/nt_rep
|
||||
name = "plasmaman NT representative helmet"
|
||||
icon_state = "plasmaman_rep_helmet0"
|
||||
base_state = "plasmaman_rep_helmet"
|
||||
|
||||
//SECURITY
|
||||
|
||||
/obj/item/clothing/suit/space/eva/plasmaman/security
|
||||
|
||||
@@ -84,9 +84,12 @@
|
||||
if("Captain", "Blueshield")
|
||||
suit=/obj/item/clothing/suit/space/eva/plasmaman/security/captain
|
||||
helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/captain
|
||||
if("Head of Personnel", "Nanotrasen Representative")
|
||||
if("Head of Personnel")
|
||||
suit=/obj/item/clothing/suit/space/eva/plasmaman/security/hop
|
||||
helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/security/hop
|
||||
if("Nanotrasen Representative")
|
||||
suit = /obj/item/clothing/suit/space/eva/plasmaman/nt_rep
|
||||
helm = /obj/item/clothing/head/helmet/space/eva/plasmaman/nt_rep
|
||||
if("Medical Doctor","Brig Physician")
|
||||
suit=/obj/item/clothing/suit/space/eva/plasmaman/medical
|
||||
helm=/obj/item/clothing/head/helmet/space/eva/plasmaman/medical
|
||||
|
||||
Reference in New Issue
Block a user