X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=actions.c;h=393c74dab1e8a5ac6410d09fc26070c5019ad175;hb=db384731a717729f63d8023c39b12e5e854bf3a8;hp=09f7836b616fa9727ee7235c0338ff645e1bdc77;hpb=a2116b3d79d2c9cb1defdf83acb69f7efec18bbe;p=open-adventure.git diff --git a/actions.c b/actions.c index 09f7836..393c74d 100644 --- a/actions.c +++ b/actions.c @@ -206,6 +206,8 @@ static phase_codes_t bigwords(vocab_t id) (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. */ @@ -222,6 +224,7 @@ static phase_codes_t bigwords(vocab_t id) return GO_CLEAROBJ; } } else { + fum: if (game.loc == LOC_GIANTROOM) { rspeak(START_OVER); } else {