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

This commit is contained in:
FreeStylaLT
2021-01-24 15:36:54 +02:00
committed by GitHub
parent db2ca9824a
commit 573520fc1e
8 changed files with 21 additions and 0 deletions
+5
View File
@@ -182,3 +182,8 @@
head = /obj/item/clothing/head/helmet/space/plasmaman/wizard
uniform = /obj/item/clothing/under/plasmaman/wizard
/datum/outfit/plasmaman/assistant
name = "Assistant Plasmaman"
head = /obj/item/clothing/head/helmet/space/plasmaman/assistant
uniform = /obj/item/clothing/under/plasmaman/assistant
@@ -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
@@ -134,6 +134,9 @@
if("Blueshield")
O = new /datum/outfit/plasmaman/blueshield
if("Assistant", "Tourist", "Civilian", "Businessman", "Trader")
O = new /datum/outfit/plasmaman/assistant
H.equipOutfit(O, visualsOnly)
H.internal = H.r_hand
H.update_action_buttons_icon()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB