mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Simple Mob Blood Revive Fix (#11617)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user