fix cost of bonemeal
This commit is contained in:
parent
a42f6e87f8
commit
b7561ce619
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ object OpTheOnlyReasonAnyoneDownloadedPsi : SpellAction {
|
||||||
|
|
||||||
return Triple(
|
return Triple(
|
||||||
Spell(target),
|
Spell(target),
|
||||||
(ManaConstants.DUST_UNIT + 1.125).toInt(),
|
(ManaConstants.DUST_UNIT * 1.125).toInt(),
|
||||||
listOf(ParticleSpray.burst(Vec3.atCenterOf(target), 1.0))
|
listOf(ParticleSpray.burst(Vec3.atCenterOf(target), 1.0))
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue