Paramedic clothing

This commit is contained in:
ZomgPonies
2013-09-30 01:14:05 -04:00
parent c73fc4b656
commit e708b92560
8 changed files with 121 additions and 4 deletions
@@ -83,3 +83,16 @@
siemens_coefficient = 0.9
//Paramedic EVA suit
/obj/item/clothing/head/helmet/space/paramedic
name = "Paramedic EVA helmet"
desc = "A paramedic space helmet. Used in the recovery of bodies from space."
icon_state = "paramedic-eva-helmet"
item_state = "paramedic-eva-helmet"
/obj/item/clothing/suit/space/paramedic
name = "Paramedic EVA suit"
icon_state = "paramedic-eva"
item_state = "paramedic-eva"
desc = "A paramedic space suit. Used in the recovery of bodies from space."
slowdown = 1
+7
View File
@@ -1,6 +1,13 @@
/*
* Job related
*/
//Paramedic
/obj/item/clothing/suit/storage/paramedic
name = "paramedic vest"
desc = "A hazard vest used in the recovery of bodies."
icon_state = "paramedic-vest"
item_state = "paramedic-vest"
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 10, rad = 10)
//Botonist
/obj/item/clothing/suit/apron
@@ -125,6 +125,17 @@
_color = "scrubspurple"
flags = FPRINT | TABLEPASS | ONESIZEFITSALL
//paramedic
/obj/item/clothing/under/rank/medical/paramedic
desc = "It's made of a special fiber that provides minor protection against biohazards and radiation. It has a cross on the chest denoting that the wearer is trained medical personnel."
name = "paramedic's jumpsuit"
icon_state = "paramedic"
item_state = "paramedic"
_color = "paramedic"
permeability_coefficient = 0.50
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 10)
flags = FPRINT | TABLEPASS | ONESIZEFITSALL