Skip to content

Commit

Permalink
ы
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidPotroh committed Nov 30, 2023
1 parent f30e9d3 commit 319e342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/alien/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
points_to_add *= 2
if(lying)
points_to_add *= 2
evolution_points = min(amount_grown + points_to_add, max_evolution_points)
evolution_points = min(evolution_points + points_to_add, max_evolution_points)
update_icons()

/mob/living/carbon/alien/check_breath(datum/gas_mixture/breath)
Expand Down

0 comments on commit 319e342

Please sign in to comment.