Fixes some events taking place in the remote prison wing (#10185)

This commit is contained in:
fernerr
2020-10-05 15:59:49 -03:00
committed by GitHub
parent 49dad087a3
commit 072bda9568
5 changed files with 88 additions and 91 deletions
+2
View File
@@ -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