mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Fixes some events taking place in the remote prison wing (#10185)
This commit is contained in:
@@ -422,6 +422,8 @@ var/list/mob/living/forced_ambiance_list = new
|
||||
continue
|
||||
if (istype(A, /area/turbolift))
|
||||
continue
|
||||
if (istype(A, /area/security/penal_colony))
|
||||
continue
|
||||
if (istype(A, /area/mine))
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user