Skip to content

Commit 286db09

Browse files
Change OpWriteEnlightenedHex cost to 5 charged
1 parent ecae3ab commit 286db09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/main/kotlin/gay/object/hexdebug/casting/actions/splicing/OpWriteEnlightenedHex.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object OpWriteEnlightenedHex : SpellAction {
3535

3636
return SpellAction.Result(
3737
Spell(table, hex),
38-
10 * MediaConstants.CRYSTAL_UNIT,
38+
5 * MediaConstants.CRYSTAL_UNIT,
3939
listOf(ParticleSpray(pos.center, Vec3(1.0, 0.0, 0.0), 0.25, 3.14, 40))
4040
)
4141
}

0 commit comments

Comments
 (0)