Streamlines the ghost-to-player creation process

Also refactors ERT equipment to be actual outfits instead of hardcoded
This commit is contained in:
Crazylemon64
2017-03-08 05:49:49 -08:00
parent 57a0a6290c
commit 869c9b76c4
9 changed files with 499 additions and 335 deletions
+3
View File
@@ -376,6 +376,9 @@ RCD
explosion(src, 0, 0, 3, 1, flame_range = 1)
qdel(src)
/obj/item/weapon/rcd/preloaded
matter = 100
/obj/item/weapon/rcd/combat
name = "combat RCD"
max_matter = 500
@@ -715,6 +715,18 @@
desc = "A modified ID card given only to those people who have devoted their lives to the better interests of Nanotrasen. It sparkles blue."
icon_state = "lifetimeid"
/obj/item/weapon/card/id/ert
name = "ERT ID"
icon_state = "ERT_empty"
/obj/item/weapon/card/id/ert/commander
icon_state = "ERT_leader"
/obj/item/weapon/card/id/ert/security
icon_state = "ERT_security"
/obj/item/weapon/card/id/ert/engineering
icon_state = "ERT_engineering"
/obj/item/weapon/card/id/ert/medic
icon_state = "ERT_medical"
// Decals
/obj/item/weapon/id_decal
name = "identification card decal"