Sitting on amorphous corpse
This commit is contained in:
@@ -280,7 +280,9 @@ dosit(void)
|
||||
pline("It's probably not a good time for a picnic...");
|
||||
} else {
|
||||
You("sit on %s.", the(xname(obj)));
|
||||
if (!(Is_box(obj) || objects[obj->otyp].oc_material == CLOTH))
|
||||
if (obj->otyp == CORPSE && amorphous(&mons[obj->corpsenm]))
|
||||
pline("It's squishy...");
|
||||
else if (!(Is_box(obj) || objects[obj->otyp].oc_material == CLOTH))
|
||||
pline("It's not very comfortable...");
|
||||
}
|
||||
} else if (trap != 0 || (u.utrap && (u.utraptype >= TT_LAVA))) {
|
||||
|
||||
Reference in New Issue
Block a user