conditions into account.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5214 c06c8d41-db1a-0410-9941-cceddc491573
RM6HVV4RZQPC5P7OO7CN6Y2FA2NO2HJ7KES4UPPYQUMZVSMMTIHQC
(you.species == SP_NAGA) ? "underbelly feels" :
(player_mutation_level(MUT_HOOVES)) ? "hooves feel" :
(player_mutation_level(MUT_TALONS)) ? "talons feel"
: "feet feel");
(you.attribute[ATTR_TRANSFORMATION] == TRAN_AIR)
? "lowest portion feels" :
(!transform_changed_physiology() ?
(player_mutation_level(MUT_HOOVES)) ? "hooves feel" :
(player_mutation_level(MUT_TALONS)) ? "talons feel" :
(you.species == SP_NAGA) ? "underbelly feels" :
(you.species == SP_MERFOLK
&& player_is_swimming()) ? "tail feels"
: "feet feel"
: "feet feel"));