diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/_megafauna.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/_megafauna.dm index aa57d70acd8..360381c9c1c 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/_megafauna.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/_megafauna.dm @@ -132,7 +132,7 @@ /mob/living/simple_animal/hostile/megafauna/proc/devour(mob/living/L) if(!L || L.has_status_effect(/datum/status_effect/gutted)) return FALSE - celebrate_kill() + celebrate_kill(L) if(!is_station_level(z) || client) //NPC monsters won't heal while on station adjustBruteLoss(-L.maxHealth/2) L.investigate_log("has been devoured by [src].", INVESTIGATE_DEATHS)