mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Fixes mousetraps healing mice (#72564)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user