mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
XEEN: Fix removing too many Monga Melons during quest
This commit is contained in:
parent
5d6dbf7858
commit
701df47cae
@ -738,7 +738,12 @@ bool Scripts::cmdTakeOrGive(ParamsIterator ¶ms) {
|
||||
// Break out of character loop
|
||||
idx = party._activeParty.size();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
// Break out of character loop
|
||||
idx = party._activeParty.size();
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user