Aggravate a monster if a flirt or gift was unsuccessful.
[rogue-pphs.git] / command.c
index c85020a..584ba8a 100644 (file)
--- a/command.c
+++ b/command.c
@@ -3,7 +3,7 @@
  *\r
  * @(#)command.c       3.45 (Berkeley) 6/15/81\r
  *\r
- * Rogue: Exploring the Dungeons of Doom\r
+ * Rogue: Exploring the Cavern of Cuties\r
  * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman\r
  * All rights reserved.\r
  *\r
@@ -150,6 +150,13 @@ command()
                        after = FALSE;\r
                    else\r
                        flirt(delta.y, delta.x);\r
+                when 'g':\r
+                   if (!get_dir())\r
+                       after = FALSE;\r
+                   else\r
+                       gift(delta.y, delta.x);\r
+                when 'E':\r
+                    embrace();\r
                when '>' : after = FALSE; d_level();\r
                when '<' : after = FALSE; u_level();\r
                when '?' : after = FALSE; help();\r
@@ -186,7 +193,7 @@ command()
                    {\r
                        if (wizard = passwd())\r
                        {\r
-                           msg("You are suddenly as smart as Ken Arnold in dungeon #%d", dnum);\r
+                           msg("You are suddenly as smart as Ken Arnold in cavern #%d", dnum);\r
                            wizard = TRUE;\r
                            waswizard = TRUE;\r
                        }\r
@@ -511,7 +518,7 @@ u_level()
        {\r
            level--;\r
            if (level == 0)\r
-               total_winner();\r
+               total_loner();\r
            new_level();\r
            msg("You feel a wrenching sensation in your gut.");\r
            return;\r