Skip to content

Commit

Permalink
Damage Coeff Instancing (vlggms#1565)
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
LanceSmites328 authored and vampirebat74 committed May 10, 2024
1 parent d22ec5a commit 6dfaf88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/living/simple_animal/simple_animal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@
if(!unsuitable_heat_damage)
unsuitable_heat_damage = unsuitable_atmos_damage

damage_coeff = damage_coeff.Copy()

/mob/living/simple_animal/Life()
. = ..()
if(staminaloss > 0)
Expand Down

0 comments on commit 6dfaf88

Please sign in to comment.