make the spell circle spells no longer great
This commit is contained in:
parent
b743c8e7a2
commit
b7a554dd75
3 changed files with 0 additions and 6 deletions
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue