if ((foobar == WORD_EMPTY && id == FEE) ||
(foobar == FEE && id == FIE) ||
(foobar == FIE && id == FOE) ||
- (foobar == FOE && id == FOO) ||
- (foobar == FOE && id == FUM)) {
+ (foobar == FOE && id == FOO)) {
game.foobar = id;
- if ((id != FOO) && (id != FUM)) {
+ if (id != FOO) {
rspeak(OK_MAN);
return GO_CLEAROBJ;
}
(TOTING(EGGS) && game.loc == objects[EGGS].plac)) {
rspeak(NOTHING_HAPPENS);
return GO_CLEAROBJ;
- } else if (id == FUM) {
- goto fum;
} else {
/* Bring back troll if we steal the eggs back from him before
* crossing. */
return GO_CLEAROBJ;
}
} else {
-fum:
rspeak(START_OVER);
game.foobar = WORD_EMPTY;
return GO_CLEAROBJ;
OK
+> say fum
+
+What's the matter, can't you read? Now you'd best start over.
+
> z
OK
+> find foo
+
+Nothing happens.
+
> z
OK
What's the matter, can't you read? Now you'd best start over.
>
-You scored 253 out of a possible 430, using 315 turns.
+You scored 253 out of a possible 430, using 317 turns.
You have reached "Junior Master" status.