Changes HoS outfit and adds an assistant outfit for Plasmamen (#15316)

This commit is contained in:
FreeStylaLT
2021-01-24 13:36:54 +00:00
committed by GitHub
parent db2ca9824a
commit 573520fc1e
8 changed files with 21 additions and 0 deletions
@@ -270,3 +270,9 @@
armor = list("melee" = 30, "bullet" = 20, "laser" = 20, "energy" = 20, "bomb" = 20, "bio" = 20, "rad" = 20, "fire" = 100, "acid" = 100)
resistance_flags = FIRE_PROOF | ACID_PROOF
magical = TRUE
/obj/item/clothing/head/helmet/space/plasmaman/assistant
name = "assistant envirosuit helmet"
desc = "A plasmaman envirohelm designed for the common, maint-dwelling masses."
icon_state = "assistant_envirohelm"
item_state = "assistant_envirohelm"
@@ -70,6 +70,13 @@
item_state = "clown_envirosuit"
item_color = "clown_envirosuit"
/obj/item/clothing/under/plasmaman/assistant
name = "Assistant envirosuit"
desc = "The finest from the bottom of the plasmamen clothing barrel."
icon_state = "assistant_envirosuit"
item_state = "assistant_envirosuit"
item_color = "assistant_envirosuit"
/obj/item/clothing/under/plasmaman/clown/Extinguish(mob/living/carbon/human/H)
if(!istype(H))
return