X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=superhack.c;h=eacb8eb2d9befc0e91a9c3d7663e5a1ca92dfc0f;hp=3f33547257617c6878cc0702c93976cfe521bbba;hb=b709cdac8d6ce287a2d71a40f864b4e47f0ac265;hpb=9643abd3f165d9e9a85137fb19e898839e7ec568 diff --git a/superhack.c b/superhack.c index 3f33547..eacb8eb 100644 --- a/superhack.c +++ b/superhack.c @@ -3,9 +3,8 @@ * * Author: Eric S. Raymond * - * My update of a classic adventure game. The C is crude because it's - * a hack on a line-by-line translation of a BASIC `Hunt The Wumpus'. - * This code is no relation to the elaborate dungeon game called `Hack'. + * My update of a classic adventure game. This code is no relation to + * the elaborate dungeon game called `Hack'. * * Any resemblance to persons living or dead is strictly coincidental. And * if you believe *that*... @@ -333,7 +332,7 @@ goodmove: PM("Yow! You interrupted the superhack."); move_superhack(); } - else if (scratchloc == loc[STARLET1] || scratchloc == loc[STARLET1]) + else if (scratchloc == loc[STARLET1] || scratchloc == loc[STARLET2]) { PM("You begin to babble at an unimpressed starlet. You lose!"); finished = LOSE;