mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Fix TOT_MASTER_SWORD when the master sword is stated with but not shuffled.
This commit is contained in:
parent
7d7072f717
commit
28a616dc70
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
|
|||
break;
|
||||
}
|
||||
case VB_GIVE_ITEM_MASTER_SWORD:
|
||||
if (RAND_GET_OPTION(RSK_SHUFFLE_MASTER_SWORD)) {
|
||||
if (RAND_GET_OPTION(RSK_SHUFFLE_MASTER_SWORD) || RAND_GET_OPTION(RSK_STARTING_MASTER_SWORD)) {
|
||||
*should = false;
|
||||
} else {
|
||||
*should = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue