mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Paramedic clothing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user