mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-21 21:58:05 +00:00
🐛 Fix TheaterDifficulty missed VISIONARY
This commit is contained in:
parent
f80500086f
commit
1ba4729700
@ -25,6 +25,7 @@ class TheaterDifficulty(enum.IntEnum):
|
|||||||
EASY = 1
|
EASY = 1
|
||||||
NORMAL = 2
|
NORMAL = 2
|
||||||
HARD = 3
|
HARD = 3
|
||||||
|
VISIONARY = 4
|
||||||
|
|
||||||
|
|
||||||
class ActCharacter(BaseCharacter):
|
class ActCharacter(BaseCharacter):
|
||||||
|
Loading…
Reference in New Issue
Block a user