Fixes runtime in resist_holder()

This commit is contained in:
Krausus
2015-05-14 08:37:57 -04:00
parent 1e63811d0f
commit a5ee1a754d
+1 -1
View File
@@ -529,8 +529,8 @@
for(var/atom/A in M.contents)
if(istype(A,/mob/living/simple_animal/borer) || istype(A,/obj/item/weapon/holder))
return
M.status_flags &= ~PASSEMOTES
M.status_flags &= ~PASSEMOTES
return
/* resist_borer allows a mob to regain control of their body after a borer has assumed control.