Adds "apprehended" status to cuffed/brigged antags at end of round (#10302)

This commit is contained in:
Jiří Barouš
2020-10-23 11:45:18 +02:00
committed by GitHub
parent bd18a4b8da
commit 760ea89fc4
9 changed files with 50 additions and 15 deletions
+6
View File
@@ -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