mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
[events] fixup Golden essence multiplier
This commit is contained in:
parent
e195c7a8f7
commit
f828ef699c
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ public final class RuneCraftPulse extends SkillPulse<Item> {
|
|||
}
|
||||
|
||||
if(GlobalEventManager.get().isActive("Golden essence")) {
|
||||
i *= 2;
|
||||
i *= 3;
|
||||
}
|
||||
return i != 0 ? i : 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue