Yes it does, I fixed that!

This commit is contained in:
Electroblob77
2020-04-16 15:46:50 +01:00
parent 6882fb4519
commit 7b1283c418
@@ -436,7 +436,6 @@ public class ItemArtefact extends Item {
}else if(artefact == WizardryItems.charm_flight){
if(event.getSpell() == Spells.flight || event.getSpell() == Spells.glide){
// FIXME: Does not appear to be working, for some reason
modifiers.set(SpellModifiers.POTENCY, 1.5f * potency, true);
}