mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 11:22:17 -05:00
Removes duplicated rando option enum for merchant (#2008)
This commit is contained in:
parent
67e325a0b9
commit
bd54ac5d15
@ -1129,11 +1129,6 @@ typedef enum RandoOption {
|
|||||||
RO_SCRUBS_EXPENSIVE,
|
RO_SCRUBS_EXPENSIVE,
|
||||||
RO_SCRUBS_RANDOM,
|
RO_SCRUBS_RANDOM,
|
||||||
|
|
||||||
//Shuffle Merchants settings (off, on w/o hints, on w/hints)
|
|
||||||
RO_MERCHANTS_OFF = 0,
|
|
||||||
RO_MERCHANTS_ON_NO_HINTS,
|
|
||||||
RO_MERCHANTS_ON_WITH_HINTS,
|
|
||||||
|
|
||||||
//Ammo drop settings (on, "on+bombchu", off)
|
//Ammo drop settings (on, "on+bombchu", off)
|
||||||
RO_AMMO_DROPS_ON = 0,
|
RO_AMMO_DROPS_ON = 0,
|
||||||
RO_AMMO_DROPS_ON_PLUS_BOMBCHU,
|
RO_AMMO_DROPS_ON_PLUS_BOMBCHU,
|
||||||
|
Loading…
Reference in New Issue
Block a user