starting pet identification

Make it possible to identify your starting pet throughout the game
via is_starting_pet(mon) macro.
This commit is contained in:
nethack.allison
2003-10-24 11:52:49 +00:00
parent da063bdc18
commit 04174eda2a
4 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
* Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files.
*/
#define EDITLEVEL 5
#define EDITLEVEL 6
#define COPYRIGHT_BANNER_A \
"NetHack, Copyright 1985-2003"