mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
35b646c4e6
This reverts commit 1e4bad8c6b
.
10 lines
No EOL
157 B
Python
Executable file
10 lines
No EOL
157 B
Python
Executable file
# Types:
|
|
INVASION_TYPE_NORMAL = 0
|
|
INVASION_TYPE_MEGA = 1
|
|
INVASION_TYPE_BRUTAL = 2
|
|
|
|
# Flags:
|
|
IFSkelecog = 1 << 0
|
|
IFWaiter = 1 << 1
|
|
IFV2 = 1 << 2
|
|
IFV3 = 1 << 3 |