mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
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:
commit
8f035d951a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue