Merge 2009scape updates #19

Open
randy wants to merge 204 commits from 2009Scape:master into upstream
Showing only changes of commit 1a1b238fca - Show all commits

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)
}
}