fix entertainment monitors

This commit is contained in:
Linzolle
2020-12-08 17:21:14 -06:00
parent a2834b8ebc
commit 3e951d334c
6 changed files with 2423 additions and 84642 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
for(var/mob/living/mob in thunderdome)
qdel(mob) //Clear mobs
for(var/obj/obj in thunderdome)
if(!istype(obj, /obj/machinery/camera))
if(!istype(obj, /obj/machinery/camera) && !istype(obj, /obj/effect/abstract/proximity_checker))
qdel(obj) //Clear objects
var/area/template = locate(/area/tdome/arena_source)