Replaces the IAA with the Representative job (#6752)

This pr does what is suggested in this thread: https://forums.aurorastation.org/topic/12395-iaa-rework-representatives/
This commit is contained in:
Alberyk
2019-07-25 01:15:21 +03:00
committed by Erki
parent 07fbf53b47
commit 8ceefde494
33 changed files with 1223 additions and 781 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
M.equip_to_slot_or_del(new /obj/item/weapon/reagent_containers/spray/pepper(M), slot_l_store)
M.equip_to_slot_or_del(new /obj/item/device/taperecorder/cciaa(M), slot_r_store)
var/obj/item/clothing/suit/storage/toggle/internalaffairs/suit = new(M)
var/obj/item/clothing/suit/storage/toggle/liaison/suit = new(M)
suit.name = "central command internal affairs jacket"
M.equip_to_slot_or_del(suit, slot_wear_suit)