Unfalsify coverage check
authorNHOrus <jy6x2b32pie9@yahoo.com>
Sun, 2 Jul 2017 19:27:41 +0000 (22:27 +0300)
committerNHOrus <jy6x2b32pie9@yahoo.com>
Sun, 2 Jul 2017 19:57:25 +0000 (22:57 +0300)
actions.c
tests/weirdbird.chk
tests/weirdbird.log

index 95a94b821d15c888041e288d483e42933e6559b7..480b0f56a321fd871671db186c10e9f8b5e67b69 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -559,7 +559,7 @@ static int extinguish(token_t verb, int obj)
         if (game.prop[URN] != URN_EMPTY) {
             state_change(URN, URN_DARK);
         } else {
-         pspeak(URN, change, URN_DARK, true);
+            pspeak(URN, change, URN_DARK, true);
         }
 
     } else if (obj == LAMP) {
@@ -941,7 +941,7 @@ static int read(struct command_t command)
     } else if (objects[command.obj].texts[0] == NULL || game.prop[command.obj] < 0) {
         rspeak(actions[command.verb].message);
     } else
-      pspeak(command.obj, study, game.prop[command.obj], true);
+        pspeak(command.obj, study, game.prop[command.obj], true);
     return GO_CLEAROBJ;
 }
 
@@ -952,7 +952,7 @@ static int reservoir(void)
         rspeak(NOTHING_HAPPENS);
         return GO_CLEAROBJ;
     } else {
-      pspeak(RESER, look, game.prop[RESER] + 1, true);
+        pspeak(RESER, look, game.prop[RESER] + 1, true);
         game.prop[RESER] = 1 - game.prop[RESER];
         if (AT(RESER))
             return GO_CLEAROBJ;
@@ -968,18 +968,18 @@ static int reservoir(void)
 static int rub(token_t verb, token_t obj)
 /* Rub.  Yields various snide remarks except for lit urn. */
 {
-    int spk = actions[verb].message;
-    if (obj != LAMP)
-        spk = PECULIAR_NOTHING;
     if (obj == URN && game.prop[URN] == URN_LIT) {
         DESTROY(URN);
         drop(AMBER, game.loc);
         game.prop[AMBER] = AMBER_IN_ROCK;
         --game.tally;
         drop(CAVITY, game.loc);
-        spk = URN_GENIES;
+        rspeak(URN_GENIES);
+    } else if (obj != LAMP) {
+        rspeak(PECULIAR_NOTHING);
+    } else {
+        rspeak(actions[verb].message);
     }
-    rspeak(spk);
     return GO_CLEAROBJ;
 }
 
index f6d38b835dbe7e54e64e016ec47ada4b0b0d95aa..ce4c8b8bef5b54d79084e05f9d780c6b6afb4b43 100644 (file)
@@ -32,6 +32,10 @@ OK
 
 OK
 
+> rub keys
+
+Peculiar.  Nothing unexpected happens.
+
 > out
 
 You're in front of building.
@@ -180,7 +184,7 @@ OK
 The little bird is now dead.  Its body disappears.
 
 
-You scored 30 out of a possible 430, using 29 turns.
+You scored 30 out of a possible 430, using 30 turns.
 
 You are obviously a rank amateur.  Better luck next time.
 
index 9df071013071284f110f5be7728bf972d0f7d6a5..8e03ef8254dc9f5cf7e42437ae37e4f3603ce64b 100644 (file)
@@ -4,6 +4,7 @@ seed 694608006
 in
 take lamp
 take keys
+rub keys
 out
 go s
 walk s