Fixes mousetraps healing mice (#72564)

This commit is contained in:
NamelessFairy
2023-01-09 17:34:15 -06:00
committed by GitHub
parent 46594206f0
commit 970d7527ff
@@ -86,7 +86,7 @@
/// Kills the rat and changes its icon state to be splatted (bloody).
/mob/living/basic/mouse/proc/splat()
icon_dead = "mouse_[body_color]_splat"
adjust_health(-maxHealth)
adjust_health(maxHealth)
// On revival, re-add the mouse to the ratcap, or block it if we're at it
/mob/living/basic/mouse/revive(full_heal_flags = NONE, excess_healing = 0, force_grab_ghost = FALSE)