diff --git a/code/modules/mob/living/basic/space_fauna/morph.dm b/code/modules/mob/living/basic/space_fauna/morph.dm index 65f3bf7eb82..3190f3313e9 100644 --- a/code/modules/mob/living/basic/space_fauna/morph.dm +++ b/code/modules/mob/living/basic/space_fauna/morph.dm @@ -189,6 +189,7 @@ if((delay > 0 SECONDS) && !do_after(src, delay, target = eatable)) return FALSE + log_combat(src, eatable, "ate", addition = "as morph") visible_message(span_warning("[src] swallows [eatable] whole!")) eatable.forceMove(src) if(update_health != 0)