mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] jobs, access and radio to defines (#11546)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
b3ad80a7f9
commit
89704592dd
@@ -6,7 +6,7 @@
|
||||
icon_state = "ca"
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
req_access = list(access_engine_equip)
|
||||
req_access = list(ACCESS_ENGINE_EQUIP)
|
||||
// use_power = 0
|
||||
var/obj/item/tank/phoron/P = null
|
||||
var/last_power = 0
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
anchored = FALSE
|
||||
density = TRUE
|
||||
unacidable = TRUE
|
||||
req_access = list(access_engine_equip)
|
||||
req_access = list(ACCESS_ENGINE_EQUIP)
|
||||
var/id = null
|
||||
|
||||
use_power = USE_POWER_OFF //uses powernet power, not APC power
|
||||
|
||||
Reference in New Issue
Block a user