Update blob_mobs.dm

This commit is contained in:
Ghom
2020-03-04 23:34:59 +01:00
committed by GitHub
parent 17488480b1
commit 9eedf8c1fb
@@ -223,7 +223,7 @@
/mob/living/simple_animal/hostile/blob/blobbernaut/start_pulling(atom/movable/AM, state, force = pull_force, supress_message = FALSE)
if(!independent && ismob(AM))
if(!suppress_message)
if(!supress_message)
to_chat(src, "<span class='warning'>You are unable to grasp people in this form.</span>")
return FALSE
return ..()