mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 22:55:31 -07:00
Comment
This commit is contained in:
parent
49b48fb7a4
commit
29b9f0b37e
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ void Randomizer_GiveSkullReward(EnSi* this, GlobalContext* globalCtx) {
|
||||||
} else if (getItem.modIndex == MOD_RANDOMIZER) {
|
} else if (getItem.modIndex == MOD_RANDOMIZER) {
|
||||||
Randomizer_Item_Give(globalCtx, getItem);
|
Randomizer_Item_Give(globalCtx, getItem);
|
||||||
}
|
}
|
||||||
|
// RANDOTOD: Move this into Item_Give() or some other more central location
|
||||||
if (getItem.getItemId == GI_SWORD_BGS) {
|
if (getItem.getItemId == GI_SWORD_BGS) {
|
||||||
gSaveContext.bgsFlag = true;
|
gSaveContext.bgsFlag = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue