X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=init.c;fp=init.c;h=50cbc51174997601149f491ef6000b5ecb273a72;hp=c75f5e777de387b7849184c18bc8c7855e8d953f;hb=9c3c378b5c998e689cefd9cad3e2deb863cbcefa;hpb=d2304f95be17b49e9c594615e83fff6e9ca5d08b diff --git a/init.c b/init.c index c75f5e7..50cbc51 100644 --- a/init.c +++ b/init.c @@ -559,7 +559,6 @@ struct h_list helpstr[] = { 'B', " run down & left", 'N', " run down & right", 't', " throw something", - 'f', " flirt with someone", 'p', " zap a wand in a direction", 'z', " zap a wand or staff", '>', " go down a staircase", @@ -577,12 +576,14 @@ struct h_list helpstr[] = { 'R', " remove ring", 'd', " drop object", 'c', " call object", + 'f', " flirt with someone", + 'g', " give an item as a gift", + 'E', " embrace", 'o', " examine/set options", CTRL('L'), " redraw screen", CTRL('R'), " repeat last message", ESCAPE, " cancel command", 'v', " print program version number", - '!', " shell escape", 'S', " save game", 'Q', " quit", 0, 0