chronicler's gambit now has a particle spray
This commit is contained in:
parent
47c429bc7b
commit
4aae1ed6b0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ object OpTheCoolerWrite : SpellAction {
|
||||||
return Triple(
|
return Triple(
|
||||||
Spell(datum, datumHolder),
|
Spell(datum, datumHolder),
|
||||||
0,
|
0,
|
||||||
listOf()
|
listOf(ParticleSpray.burst(target.position(), 0.5))
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue