mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Adds "apprehended" status to cuffed/brigged antags at end of round (#10302)
This commit is contained in:
@@ -31,7 +31,7 @@ var/hadevent = 0
|
||||
|
||||
var/list/area/areas = list()
|
||||
for(var/area/A in the_station_areas)
|
||||
if(istype(A, /area/security/prison) || istype(A, /area/security/brig))
|
||||
if(A.is_prison())
|
||||
areas += A
|
||||
|
||||
if(areas && areas.len > 0)
|
||||
|
||||
Reference in New Issue
Block a user