mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-06 12:45:25 +01:00
Defining the new spell constants helps
This commit is contained in:
parent
8266f9c452
commit
5610b261be
1 changed files with 6 additions and 1 deletions
|
@ -341,7 +341,12 @@
|
|||
#define MON_FLARE MON_THUNDAGA+1
|
||||
#define MON_WARP MON_FLARE+1
|
||||
#define MON_POISON_GAS MON_WARP+1
|
||||
#define MON_LASTSPELL MON_POISON_GAS
|
||||
#define MON_PROTECTION MON_POISON_GAS+1
|
||||
//60
|
||||
#define VULNERABILITY MON_PROTECTION+1
|
||||
#define MASS_HASTE VULNERABILITY+1
|
||||
|
||||
#define MON_LASTSPELL MASS_HASTE
|
||||
//Not yet implemented
|
||||
// #define MON_FIRE STRANGLE+1
|
||||
// #define MON_BLIZZARD MON_FIRAGA+1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue