Comment and macro cleanup.
This commit is contained in:
parent
92451f1fff
commit
5c90880f0a
3 changed files with 24 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue