mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
HoP buff
This commit is contained in:
@@ -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]"
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user