mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Partially corrects #5438
Central atmospherics computer now expects atmos access, rather than CE access.
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
circuit = "/obj/item/weapon/circuitboard/atmoscontrol"
|
circuit = "/obj/item/weapon/circuitboard/atmoscontrol"
|
||||||
var/obj/machinery/alarm/current
|
var/obj/machinery/alarm/current
|
||||||
var/overridden = 0 //not set yet, can't think of a good way to do it
|
var/overridden = 0 //not set yet, can't think of a good way to do it
|
||||||
req_access = list(access_ce)
|
req_access = list(access_atmospherics)
|
||||||
|
|
||||||
|
|
||||||
/obj/machinery/computer/atmoscontrol/attack_ai(var/mob/user as mob)
|
/obj/machinery/computer/atmoscontrol/attack_ai(var/mob/user as mob)
|
||||||
|
|||||||
Reference in New Issue
Block a user