Comment and macro cleanup.

This commit is contained in:
Eric S. Raymond 2024-09-23 06:04:40 -04:00
parent 92451f1fff
commit 5c90880f0a
3 changed files with 24 additions and 22 deletions

View file

@ -329,7 +329,8 @@ static phase_codes_t vcarry(verb_t verb, obj_t obj) {
if (game.objects[obj].fixed != IS_FREE) {
switch (obj) {
case PLANT:
rspeak((game.objects[PLANT].prop == PLANT_THIRSTY || OBJECT_IS_STASHED(PLANT))
rspeak((game.objects[PLANT].prop == PLANT_THIRSTY ||
OBJECT_IS_STASHED(PLANT))
? DEEP_ROOTS
: YOU_JOKING);
break;