EMT job added, uniform and backpack added.

http://aurorastation.org/forums/viewtopic.php?f=18&t=1443&start=20

Signed-off-by: Jamini <mobiousjami@gmail.com>
This commit is contained in:
Jamini
2015-02-24 20:53:21 -05:00
parent 0739b281a9
commit 963bec0d58
12 changed files with 84 additions and 35 deletions
@@ -102,6 +102,12 @@
icon_state = "clownpack"
item_state = "clownpack"
/obj/item/weapon/storage/backpack/emt
name = "emergency medical backpack"
desc = "It's a tough backpack used by first responders."
icon_state = "emtpack"
item_state = "emtpack"
/obj/item/weapon/storage/backpack/medic
name = "medical backpack"
desc = "It's a backpack especially designed for use in a sterile environment."
@@ -135,6 +141,12 @@
desc = "It's a very fancy satchel made with fine leather."
icon_state = "satchel"
/obj/item/weapon/storage/backpack/satchel/emt
name = "emergency medical satchel"
desc = "It's a tough satchel used by first responders."
icon_state = "satchel-emt"
item_state = "satchel-emt"
/obj/item/weapon/storage/backpack/satchel/withwallet
New()
..()