Some more linter warnings
This commit is contained in:
parent
b729853e7a
commit
aca6d79087
4 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ static int attack(FILE *input, struct command_t *command)
|
|||
{
|
||||
vocab_t verb = command->verb;
|
||||
vocab_t obj = command->obj;
|
||||
int spk = actions[verb].message;
|
||||
long spk = actions[verb].message;
|
||||
if (obj == 0 || obj == INTRANSITIVE) {
|
||||
if (atdwrf(game.loc) > 0)
|
||||
obj = DWARF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue