mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
15 lines
253 B
Text
15 lines
253 B
Text
int script_2687() {
|
|
if (standart_config_1447 < 100) {
|
|
return 10000;
|
|
}
|
|
if (standart_config_1447 < 200) {
|
|
return 12500;
|
|
}
|
|
if (standart_config_1447 < 300) {
|
|
return 15000;
|
|
}
|
|
if (standart_config_1447 < 400) {
|
|
return 17500;
|
|
}
|
|
return 20000;
|
|
}
|