X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=init.c;h=be6ce7ae30d79d28e8d088fc5a3981f4eb16a224;hp=031ff3e6b17bf04233034ea597b65ee9054e935e;hb=b65543a78471f80b4836a78b1c776a5c6c71974e;hpb=a868f7779583a00316cb076fc4d62ccfb1488434 diff --git a/init.c b/init.c index 031ff3e..be6ce7a 100644 --- a/init.c +++ b/init.c @@ -112,6 +112,7 @@ init_player() { pstats.s_lvl = 1; pstats.s_exp = 0L; + pstats.s_ont = rnd(1 << NUM_FEATURES); max_hp = pstats.s_hpt = 12; if (rnd(100) == 7) { @@ -559,7 +560,6 @@ struct h_list helpstr[] = { 'B', " run down & left", 'N', " run down & right", 't', " throw something", - 'f', " forward until find something", 'p', " zap a wand in a direction", 'z', " zap a wand or staff", '>', " go down a staircase", @@ -577,12 +577,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