mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
11 lines
186 B
Text
11 lines
186 B
Text
void script_1649(int arg0,int arg1) {
|
|
if (((boolean)arg1)) {
|
|
if (arg0 < 0) {
|
|
arg0 = 0;
|
|
} else {
|
|
arg0 = subtract(arg0, mod(arg0, 14));
|
|
}
|
|
}
|
|
script_1651(arg0, 1);
|
|
return;
|
|
}
|