Added initial version
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
int script_1930(int arg0) {
|
||||
switch (arg0) {
|
||||
case 1:
|
||||
return 20;
|
||||
case 2:
|
||||
return 20;
|
||||
case 3:
|
||||
return 30;
|
||||
case 4:
|
||||
return 28;
|
||||
case 5:
|
||||
return 24;
|
||||
case 6:
|
||||
return 26;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
Reference in New Issue
Block a user