Coverage repair.
This commit is contained in:
parent
5d6b3aaf62
commit
e50f1b8a7b
1 changed files with 3 additions and 0 deletions
|
@ -1562,8 +1562,11 @@ int action(struct command_t command)
|
|||
speak(actions[command.verb].message);
|
||||
return GO_CLEAROBJ;
|
||||
}
|
||||
// LCOV_EXCL_START
|
||||
// This case should never happen - here only as placeholder
|
||||
case PART:
|
||||
return reservoir();
|
||||
// LCOV_EXCL_STOP
|
||||
case SEED:
|
||||
return seed(command.verb, command.raw2);
|
||||
case WASTE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue