Follow up to 07e2bf0
Fixed a missing switch case. Thanks to @teededung and @RadianFord.
This commit is contained in:
parent
e2b9e42b7d
commit
cc63bb594f
@ -9246,6 +9246,7 @@ BUILDIN_FUNC(bonus)
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch( script_lastdata(st)-2 ) {
|
switch( script_lastdata(st)-2 ) {
|
||||||
|
case 0:
|
||||||
case 1:
|
case 1:
|
||||||
pc_bonus(sd, type, val1);
|
pc_bonus(sd, type, val1);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user