make the spell circle spells no longer great

This commit is contained in:
gamma-delta 2022-06-09 20:32:25 -05:00
parent b743c8e7a2
commit b7a554dd75
3 changed files with 0 additions and 6 deletions

View file

@ -10,8 +10,6 @@ import net.minecraft.world.phys.Vec3
class OpCircleBounds(val max: Boolean) : ConstManaOperator {
override val argc = 0
override val isGreat = true
override fun execute(args: List<SpellDatum<*>>, ctx: CastingContext): List<SpellDatum<*>> {
if (ctx.spellCircle == null)
throw MishapNoSpellCircle()

View file

@ -10,8 +10,6 @@ import at.petrak.hexcasting.api.spell.mishaps.MishapNoSpellCircle
object OpImpetusDir : ConstManaOperator {
override val argc = 0
override val isGreat = true
override fun execute(args: List<SpellDatum<*>>, ctx: CastingContext): List<SpellDatum<*>> {
if (ctx.spellCircle == null)
throw MishapNoSpellCircle()

View file

@ -10,8 +10,6 @@ import net.minecraft.world.phys.Vec3
object OpImpetusPos : ConstManaOperator {
override val argc = 0
override val isGreat = true
override fun execute(args: List<SpellDatum<*>>, ctx: CastingContext): List<SpellDatum<*>> {
if (ctx.spellCircle == null)
throw MishapNoSpellCircle()