Removed delay on note spell casting

Since it only does 10 items at a time, it is often cast 2-3 times in a row. The delay is unnecessary for this spell.
This commit is contained in:
randy 2024-12-07 19:54:27 -07:00
parent 05c1ac1dc0
commit b1ca068e3f

View file

@ -257,7 +257,7 @@ class ModernListeners : SpellListener("modern"){
removeRunes(player)
addXP(player, 31.0)
showMagicTab(player)
setDelay(player, 5)
//setDelay(player, 5)
return true
}
fun alchemize(player: Player, item: Item, high: Boolean, explorersRing: Boolean = false): Boolean {