mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-11 07:25:55 -04:00
[Bugfix] - First quiver starting item causes crash (#6889)
This commit is contained in:
@@ -231,7 +231,7 @@ void SetStartingItems() {
|
||||
|
||||
uint8_t startBow = Randomizer_GetSettingValue(RSK_STARTING_BOW);
|
||||
if (startBow >= 1)
|
||||
Item_Give(NULL, ITEM_QUIVER_30);
|
||||
Item_Give(NULL, ITEM_BOW);
|
||||
if (startBow >= 2)
|
||||
Item_Give(NULL, ITEM_QUIVER_40);
|
||||
if (startBow >= 3)
|
||||
|
||||
Reference in New Issue
Block a user