Skip to content

Commit

Permalink
fix!
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDudeFromTheRim authored Sep 13, 2024
1 parent 1d26f43 commit 55e03c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/status_effects/debuffs/genetic_damage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@

/datum/status_effect/genetic_damage/tick(seconds_per_tick, times_fired)
if(ismonkey(owner) && total_damage >= GORILLA_MUTATION_MINIMUM_DAMAGE && SPT_PROB(GORILLA_MUTATION_CHANCE_PER_SECOND, seconds_per_tick))
qdel(src)
var/mob/living/carbon/carbon_owner = owner
carbon_owner.gorillize()
qdel(src)
return

if(total_damage >= minimum_before_tox_damage)
Expand Down

0 comments on commit 55e03c8

Please sign in to comment.