mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Prefer SCARAB_FISH
to UNKNOWN1
This commit is contained in:
parent
3e1ce48a7b
commit
2c236edae6
1 changed files with 3 additions and 5 deletions
|
@ -41,13 +41,11 @@ class AnglerQuestFish(enum.IntEnum):
|
||||||
MUDFISH = 36
|
MUDFISH = 36
|
||||||
SLIMEFISH = 37
|
SLIMEFISH = 37
|
||||||
TROPICAL_BARRACUDA = 38
|
TROPICAL_BARRACUDA = 38
|
||||||
|
|
||||||
# none of the other tools know what fish this is ... *shrug*
|
|
||||||
# we now know it's a SCARAB_FISH; UNKNOWN1 remains for back-compatibility.
|
|
||||||
UNKNOWN1 = 39
|
|
||||||
SCARAB_FISH = 39
|
SCARAB_FISH = 39
|
||||||
|
|
||||||
SCORPIO_FISH = 40
|
SCORPIO_FISH = 40
|
||||||
|
|
||||||
|
# Backward compatibility
|
||||||
|
UNKNOWN1 = 39 # SCARAB_FISH
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return f"{self.__class__.__name__}.{self.name}"
|
return f"{self.__class__.__name__}.{self.name}"
|
||||||
|
|
Loading…
Reference in a new issue