Add gift, embrace commands. Implement flirting with nothing.
[rogue-pphs.git] / init.c
diff --git a/init.c b/init.c
index c75f5e7..50cbc51 100644 (file)
--- a/init.c
+++ b/init.c
@@ -559,7 +559,6 @@ struct h_list helpstr[] = {
     'B',       "       run down & left",\r
     'N',       "       run down & right",\r
     't',       "<dir>  throw something",\r
-    'f',       "<dir>  flirt with someone",\r
     'p',       "<dir>  zap a wand in a direction",\r
     'z',       "       zap a wand or staff",\r
     '>',       "       go down a staircase",\r
@@ -577,12 +576,14 @@ struct h_list helpstr[] = {
     'R',       "       remove ring",\r
     'd',       "       drop object",\r
     'c',       "       call object",\r
+    'f',       "<dir>  flirt with someone",\r
+    'g',       "<dir>  give an item as a gift",\r
+    'E',       "       embrace",\r
     'o',       "       examine/set options",\r
     CTRL('L'), "       redraw screen",\r
     CTRL('R'), "       repeat last message",\r
     ESCAPE,    "       cancel command",\r
     'v',       "       print program version number",\r
-    '!',       "       shell escape",\r
     'S',       "       save game",\r
     'Q',       "       quit",\r
     0, 0\r