mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
15
dumps/scripts/2785.cs2
Normal file
15
dumps/scripts/2785.cs2
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
int script_2785(int arg0) {
|
||||
switch (arg0) {
|
||||
case 34:
|
||||
case 32:
|
||||
case 33:
|
||||
if (standart_config_281 < 93) {
|
||||
return 32;
|
||||
}
|
||||
if (standart_config_281 < 120) {
|
||||
return 33;
|
||||
}
|
||||
return 34;
|
||||
}
|
||||
return arg0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue