Simple Mob Blood Revive Fix (#11617)

This commit is contained in:
Geeves
2021-04-18 12:37:34 +02:00
committed by GitHub
parent 431dda76f6
commit 8d1c4ae53f
2 changed files with 11 additions and 0 deletions
@@ -171,6 +171,11 @@
turns_since_move = turns_per_move
..()
/mob/living/simple_animal/revive(reset_to_roundstart)
. = ..()
blood_amount = initial(blood_amount)
bleeding = FALSE
/mob/living/simple_animal/LateLogin()
if(src && src.client)
src.client.screen = null