mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
168 B
Text
9 lines
168 B
Text
void script_1110(int arg0) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
bitconfig_1010 = min(add(bitconfig_1010, 1), 3);
|
|
playSoundEffect(1041, 1, 0);
|
|
script_1271(1);
|
|
return;
|
|
}
|