fixed unnecessary typecheck

This commit is contained in:
Putnam
2020-01-12 23:40:28 -08:00
parent c7e3b167e2
commit 6197920101
+2 -1
View File
@@ -19,7 +19,8 @@
STOP_PROCESSING(SSprocessing,src)
/datum/element/dusts_on_catatonia/process()
for(var/mob/M in attached_mobs)
for(var/m in attached_mobs)
var/mob/M = m
if(!M.key && !M.get_ghost())
M.dust(force = TRUE)
Detach(M)