Merge branch 'Superglass-Make-Crafting-XP-Fix' into 'master'

Added index to the calculation of Crafting XP when casting Superglass Make

See merge request 2009scape/2009scape!2213
This commit is contained in:
Poseidon 2025-12-03 16:49:30 -05:00
commit 8f035d951a

View file

@ -575,7 +575,7 @@ class LunarListeners : SpellListener("lunar"), Commands {
if(index == size && size != 0) {
removeRunes(player, true)
visualizeSpell(player, Animations.LUNAR_SPELLBOOK_SUPERGLASS_MAKE_4413, Graphics.LUNAR_SPELLBOOK_SUPERGLASS_MAKE_729, 120, Sounds.LUNAR_HEATGLASS_2896)
rewardXP(player, Skills.CRAFTING, 10.0)
rewardXP(player, Skills.CRAFTING, 10.0 * index)
addXP(player, 78.0)
}
}