This commit is contained in:
TDSSS
2018-10-25 09:57:32 +02:00
parent 6fe492331b
commit c858a4c3c7
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -249,6 +249,7 @@
#define REGION_SUPPLY 6
#define REGION_COMMAND 7
#define REGION_CENTCOMM 8
#define REGION_HOP 9
//Just space
#define SPACE_ICON_STATE "[((x + y) ^ ~(x * y) + z) % 25]"
+2
View File
@@ -275,6 +275,8 @@ var/const/access_trade_sol = 160
return list(access_mailsorting, access_mining, access_mining_station, access_mineral_storeroom, access_cargo, access_qm)
if(REGION_COMMAND) //command
return list(access_heads, access_RC_announce, access_keycard_auth, access_change_ids, access_ai_upload, access_teleporter, access_eva, access_tcomsat, access_gateway, access_all_personal_lockers, access_heads_vault, access_blueshield, access_ntrep, access_hop, access_captain)
if(REGION_HOP) //HoP remote buff
return get_region_accesses(REGION_GENERAL) + get_region_accesses(REGION_SUPPLY) + access_hop
if(REGION_CENTCOMM) //because why the heck not
return get_all_centcom_access() + get_all_accesses()
+1 -1
View File
@@ -105,7 +105,7 @@
/obj/item/door_remote/civillian
name = "civillian door remote"
icon_state = "gangtool-white"
region_access = REGION_GENERAL
region_access = REGION_HOP
/obj/item/door_remote/centcomm
name = "centcomm door remote"