mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
12 lines
221 B
Text
12 lines
221 B
Text
int script_927(int arg0) {
|
|
if (getItemHashmapData(arg0, 749) != -1) {
|
|
return 1;
|
|
}
|
|
if (getItemHashmapData(arg0, 743) > -1) {
|
|
return 1;
|
|
}
|
|
if (((boolean)getItemHashmapData(arg0, 741))) {
|
|
return 1;
|
|
}
|
|
return 0;
|
|
}
|