mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Crusher will not stop and stare at effects anymore (#19724)
Crusher will not stop and stare at effects anymore Fixes #19723
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
var/turf/T = spook.loc
|
||||
var/list/visible = list()
|
||||
for(var/obj/O in T.contents)
|
||||
if(!O.invisibility && O.name)
|
||||
if(!O.invisibility && O.name && !istype(O, /obj/effect))
|
||||
visible += O
|
||||
if(visible.len)
|
||||
var/atom/A = pick(visible)
|
||||
|
||||
Reference in New Issue
Block a user