Adds sprites for the most part.
@@ -37,14 +37,14 @@
|
||||
/obj/item/clothing/head/helmet/space/hardsuit/plasmaman
|
||||
name = "plasmaman helmet"
|
||||
desc = "A special containment helmet designed to protect a plasmaman's volatile body from outside exposure and quickly extinguish it in emergencies."
|
||||
icon_state = "plasmaman_helmet0-plasma"
|
||||
icon_state = "plasmaman"
|
||||
item_color = "plasma" //needed for the helmet lighting
|
||||
item_state = "plasmaman_helmet0"
|
||||
item_state = "plasmaman"
|
||||
flags = BLOCKHAIR | STOPSPRESSUREDMAGE | THICKMATERIAL
|
||||
strip_delay = 80
|
||||
//Removed the NODROP from /helmet/space/hardsuit.
|
||||
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES
|
||||
//Removed the HIDEFACE from /helmet/space/hardsuit
|
||||
basestate = "plasmaman_helmet"
|
||||
basestate = "plasmaman"
|
||||
flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH
|
||||
|
||||
|
||||
@@ -501,9 +501,9 @@
|
||||
/obj/item/clothing/under/plasmaman
|
||||
name = "Plasma-man Jumpsuit"
|
||||
desc = "A specially designed suit that allows Plasma based life forms to exist in an oxygenated environment."
|
||||
icon_state = "sexyclown"
|
||||
item_state = "sexyclown"
|
||||
item_color = "sexyclown"
|
||||
icon_state = "plasmaman"
|
||||
item_state = "plasmaman"
|
||||
item_color = "plasmaman"
|
||||
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 100, rad = 0)
|
||||
body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS
|
||||
can_adjust = 0
|
||||
@@ -546,6 +546,7 @@
|
||||
return
|
||||
return
|
||||
return
|
||||
|
||||
/obj/item/device/extinguisher_refill
|
||||
name = "Plasma-man jumpsuit refill pack"
|
||||
desc = "A compressed water pack used to refill plasma-man jumpsuit auto-extinguishers."
|
||||
|
||||
@@ -445,14 +445,6 @@ var/global/image/plasmaman_on_fire = image("icon"='icons/mob/OnFire.dmi', "icon_
|
||||
P.Extinguish(H)
|
||||
H.update_fire()
|
||||
|
||||
//Heal from plasma
|
||||
/datum/species/plasmaman/handle_chemicals(datum/reagent/chem, mob/living/carbon/human/H)
|
||||
if(chem.id == "plasma")
|
||||
H.adjustBruteLoss(-5)
|
||||
H.adjustFireLoss(-5)
|
||||
H.reagents.remove_reagent(chem.id, REAGENTS_METABOLISM)
|
||||
return 1
|
||||
|
||||
/datum/species/plasmaman/before_equip_job(datum/job/J, mob/living/carbon/human/H)
|
||||
var/datum/outfit/plasmaman/O = new /datum/outfit/plasmaman
|
||||
H.equipOutfit(O)
|
||||
|
||||
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 206 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |