mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 02:17:06 +01:00
Adds "apprehended" status to cuffed/brigged antags at end of round (#10302)
This commit is contained in:
@@ -92,6 +92,12 @@
|
||||
|
||||
. = ..()
|
||||
|
||||
/area/proc/is_prison()
|
||||
return flags & PRISON
|
||||
|
||||
/area/proc/is_no_crew_expected()
|
||||
return flags & NO_CREW_EXPECTED
|
||||
|
||||
/area/proc/set_lightswitch(var/state)
|
||||
lightswitch = state
|
||||
var/obj/machinery/light_switch/L = locate() in src
|
||||
|
||||
Reference in New Issue
Block a user