Add "Start With" option for dungeon items

This commit is contained in:
Alchav 2021-12-23 12:31:44 -05:00 committed by Fabian Dill
parent 3d65719170
commit b7676a3da2
1 changed files with 1 additions and 0 deletions

View File

@ -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