switch to using a flag parameter on newcham()
This commit is contained in:
2
src/do.c
2
src/do.c
@@ -766,7 +766,7 @@ engulfer_digests_food(struct obj *obj)
|
||||
|
||||
if (could_poly || could_slime) {
|
||||
(void) newcham(u.ustuck, could_slime ? &mons[PM_GREEN_SLIME] : 0,
|
||||
FALSE, could_slime);
|
||||
could_slime ? NC_SHOW_MSG : NO_NC_FLAGS);
|
||||
} else if (could_petrify) {
|
||||
minstapetrify(u.ustuck, TRUE);
|
||||
} else if (could_grow) {
|
||||
|
||||
Reference in New Issue
Block a user