Skip to content

Commit

Permalink
fixes it for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jun 16, 2024
1 parent 0bf92a8 commit 3cce83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/hivebuffs/hivebuff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
var/value_before_buff

/datum/hivebuff/evo_buff/on_engage(obj/effect/alien/resin/special/pylon/purchased_pylon)
value_before_buff = hive.evolution_bonus
value_before_buff = SSxevolution.get_evolution_boost_power(hive.hivenumber)
hive.override_evilution(value_before_buff * 2, TRUE)

return TRUE
Expand Down

0 comments on commit 3cce83f

Please sign in to comment.