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
+3 -3
View File
@@ -9,7 +9,7 @@ var/list/admin_departments
icon = 'icons/obj/library.dmi'
icon_state = "fax"
insert_anim = "faxsend"
req_one_access = list(access_lawyer, access_heads, access_armory) //Warden needs to be able to Fax tau ceti gov too.
req_one_access = list(access_lawyer, access_heads)
density = 0//It's a small machine that sits on a table, this allows small things to walk under that table
use_power = 1
idle_power_usage = 30
@@ -270,8 +270,8 @@ var/list/admin_departments
//message badmins that a fax has arrived
if (destination == current_map.boss_name)
message_admins(sender, "[uppertext(current_map.boss_short)] FAX", rcvdcopy, "CentcommFaxReply", "#006100")
else if (destination == "[current_map.system_name] Government")
message_admins(sender, "[uppertext(current_map.system_name)] GOVERNMENT FAX", rcvdcopy, "CentcommFaxReply", "#1F66A0")
else if (destination == "External Routing")
message_admins(sender, "EXTERNAL ROUTING FAX", rcvdcopy, "CentcommFaxReply", "#1F66A0")
set_cooldown(adminfax_cooldown)
spawn(50)