mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
add forgotten job checks w s w Merge remote-tracking branch 'origin/plasmeme' into plasmeme Merge remote-tracking branch 'origin/plasmeme' into plasmeme Merge remote-tracking branch 'origin/plasmeme' into plasmeme r
14 lines
769 B
Plaintext
14 lines
769 B
Plaintext
/obj/item/clothing/under/plasmaman/security
|
|
name = "security plasma envirosuit"
|
|
desc = "A plasmaman containment suit designed for security officers, offering a limited amount of extra protection."
|
|
icon_state = "security_envirosuit"
|
|
item_state = "security_envirosuit"
|
|
item_color = "security_envirosuit"
|
|
armor = list("melee" = 10, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 100, "rad" = 0, "fire" = 95, "acid" = 95)
|
|
|
|
/obj/item/clothing/under/plasmaman/security/warden
|
|
name = "warden plasma envirosuit"
|
|
desc = "A plasmaman containment suit designed for the warden, white stripes being added to differeciate them from other members of security."
|
|
icon_state = "warden_envirosuit"
|
|
item_state = "warden_envirosuit"
|
|
item_color = "warden_envirosuit" |