mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
6 lines
165 B
Text
6 lines
165 B
Text
int script_2916() {
|
|
if (((boolean)globalint_1533)) {
|
|
return multiply(max(getSkillCurrentLvl(3), 0), 10);
|
|
}
|
|
return multiply(max(getSkillActualLvl(3), 1), 10);
|
|
}
|