Use define for iron ball weight increment

This commit is contained in:
Pasi Kallinen
2016-01-06 16:23:48 +02:00
parent da0e660110
commit c740425a90
4 changed files with 7 additions and 4 deletions

View File

@@ -29,6 +29,9 @@
#define EXT_ENCUMBER 4 /* Overtaxed */
#define OVERLOADED 5 /* Overloaded */
/* weight increment of heavy iron ball */
#define IRON_BALL_W_INCR 160
/* hunger states - see hu_stat in eat.c */
#define SATIATED 0
#define NOT_HUNGRY 1