Skip to content

Commit 7a64f1e

Browse files
authored
Fixes Lazarus injector not reviving simple animals who died of heat (#37521)
1 parent d5c9612 commit 7a64f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/modules/mob/living/simple_animal/simple_animal.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ var/global/list/animal_count = list() //Stores types, and amount of animals of t
735735
maxHealth = initial(maxHealth)
736736
maxHealth -= (initial(maxHealth) / meat_amount) * meat_taken
737737
health = maxHealth
738+
bodytemperature = initial(bodytemperature)
738739
..(0)
739740

740741
/mob/living/simple_animal/proc/make_babies() // <3 <3 <3

0 commit comments

Comments
 (0)