Move awqy from FORTRANISH conditionals.
This commit is contained in:
parent
34db08ce06
commit
1a12a3acf2
1 changed files with 11 additions and 10 deletions
|
@ -129,7 +129,7 @@ static int bigwords(long foo)
|
||||||
if (game.place[EGGS]==PLAC[EGGS] || (TOTING(EGGS) && game.loc==PLAC[EGGS])) {
|
if (game.place[EGGS]==PLAC[EGGS] || (TOTING(EGGS) && game.loc==PLAC[EGGS])) {
|
||||||
RSPEAK(spk);
|
RSPEAK(spk);
|
||||||
return GO_CLEAROBJ;
|
return GO_CLEAROBJ;
|
||||||
}
|
} else {
|
||||||
/* Bring back troll if we steal the eggs back from him before
|
/* Bring back troll if we steal the eggs back from him before
|
||||||
* crossing. */
|
* crossing. */
|
||||||
if (game.place[EGGS]==0 && game.place[TROLL]==0 && game.prop[TROLL]==0)
|
if (game.place[EGGS]==0 && game.place[TROLL]==0 && game.prop[TROLL]==0)
|
||||||
|
@ -142,6 +142,7 @@ static int bigwords(long foo)
|
||||||
return GO_CLEAROBJ;
|
return GO_CLEAROBJ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static int bivalve(token_t verb, token_t obj)
|
static int bivalve(token_t verb, token_t obj)
|
||||||
/* Clam/oyster actions */
|
/* Clam/oyster actions */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue