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
+13 -1
View File
@@ -99,6 +99,18 @@
default_cartridge = /obj/item/weapon/cartridge/hos
icon_state = "pda-h"
/obj/item/device/pda/heads/ert
/obj/item/device/pda/heads/ert/engineering
icon_state = "pda-engineer"
/obj/item/device/pda/heads/ert/security
icon_state = "pda-security"
/obj/item/device/pda/heads/ert/medical
icon_state = "pda-medical"
/obj/item/device/pda/cargo
default_cartridge = /obj/item/weapon/cartridge/quartermaster
icon_state = "pda-cargo"
@@ -199,4 +211,4 @@
/obj/item/weapon/cartridge/medical,
/obj/item/weapon/cartridge/signal/toxins,
/obj/item/weapon/cartridge/quartermaster)
new newcart(src)
new newcart(src)