mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Changes HoS outfit and adds an assistant outfit for Plasmamen (#15316)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user