Add "Start With" option for dungeon items
This commit is contained in:
parent
3d65719170
commit
b7676a3da2
|
@ -34,6 +34,7 @@ class DungeonItem(Choice):
|
|||
option_own_world = 2
|
||||
option_any_world = 3
|
||||
option_different_world = 4
|
||||
option_start_with = 6
|
||||
alias_true = 3
|
||||
alias_false = 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue