1
0
Fork 0
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:
Chris-plus-alphanumericgibberish 2016-10-12 15:59:18 -04:00
parent 8266f9c452
commit 5610b261be

View file

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