fix cost of bonemeal

This commit is contained in:
yrsegal@gmail.com 2022-07-02 22:34:24 -04:00
parent a42f6e87f8
commit b7561ce619

View file

@ -27,7 +27,7 @@ object OpTheOnlyReasonAnyoneDownloadedPsi : SpellAction {
return Triple(
Spell(target),
(ManaConstants.DUST_UNIT + 1.125).toInt(),
(ManaConstants.DUST_UNIT * 1.125).toInt(),
listOf(ParticleSpray.burst(Vec3.atCenterOf(target), 1.0))
)
}