Comment for the pudding glob order

This commit is contained in:
Pasi Kallinen
2015-05-06 09:54:28 +03:00
parent 7b75da924e
commit 2a4bf5efa7
2 changed files with 4 additions and 1 deletions

View File

@@ -1818,6 +1818,8 @@ struct permonst _mons2[] = {
M3_INFRAVISIBLE|M3_INFRAVISION, HI_LORD),
/*
* Puddings
*
* must be in the same order as the pudding globs in objects.c
*/
MON("gray ooze", S_PUDDING,
LVL(3, 1, 8, 0, 0), (G_GENO|G_NOCORPSE|2),

View File

@@ -675,7 +675,8 @@ OBJECT(OBJ("meat ring", (char *)0),
BITS(1,0,0,0,0,0,0,0,0,0,0,0,FLESH),
0, FOOD_CLASS, 0, 1, 5, 1, 0, 0, 0, 0, 5, CLR_BROWN),
/* pudding 'corpses' will turn into these and combine */
/* pudding 'corpses' will turn into these and combine.
must be in same order as the pudding monsters */
FOOD("glob of gray ooze", 0, 2, 20, 0, FLESH, 20, CLR_GRAY),
FOOD("glob of brown pudding", 0, 2, 20, 0, FLESH, 20, CLR_BROWN),
FOOD("glob of green slime", 0, 2, 20, 0, FLESH, 20, CLR_GREEN),