deletes blobmob checks on move/attack

This commit is contained in:
Kyep
2019-03-21 07:44:19 -07:00
parent c3d93ef448
commit b2a6d883bd
2 changed files with 0 additions and 10 deletions

View File

@@ -24,13 +24,6 @@
return
/mob/living/simple_animal/hostile/blob/AttackingTarget()
if(ckey)
if(istype(target, /obj/structure/blob))
return FALSE
return ..()
////////////////
// BLOB SPORE //
////////////////