[rfk-dev] robotfindskitten in woody

Neale Pickett neale@woozle.org
26 Nov 2001 08:58:06 -0800


That's right kids, robotfinds kitten is now in Debian Woody.

To commemorate this historic event, I have a patch which makes
robotfindskitten more Zen.  Just #define REALLY_ZEN in your config.h,
recompile, and contemplate.  If this seems like a good addition, I'm
sure it can be made into a command-line option.

There are also two additional NKIs, courtesy of Sean Neakums.

Neale


Index: src/messages.h
===================================================================
RCS file: /cvsroot/rfk/robotfindskitten/src/messages.h,v
retrieving revision 1.13
diff -u -u -r1.13 messages.h
--- src/messages.h	2001/08/16 17:57:40	1.13
+++ src/messages.h	2001/11/26 16:52:47
@@ -360,7 +360,9 @@
   "If it's one thing, it's not another.",
   "If it's not one thing, it's another.",
   "A caboodle.",
-  "A grin."
+  "A grin.",
+  "A t-shirt emblazoned: I AM NOT QUITTING HAVENCO.",
+  "Ryan Lackey's Sealand passport.  It has expired.",
 
 
 
Index: src/robotfindskitten.c
===================================================================
RCS file: /cvsroot/rfk/robotfindskitten/src/robotfindskitten.c,v
retrieving revision 1.18
diff -u -u -r1.18 robotfindskitten.c
--- src/robotfindskitten.c	2001/03/11 18:38:45	1.18
+++ src/robotfindskitten.c	2001/11/26 16:52:47
@@ -281,11 +281,13 @@
 				/*We didn't move, or we're stuck in a
 				  time warp or something.*/
 	  break;
+#ifndef REALLY_ZEN
 	case KITTEN: /*Found it!*/
 	  move(1,0);
 	  clrtoeol();
 	  play_animation(input);
 	  break;
+#endif
 	default: /*We hit a bogus object; print its message.*/
 	  message(messages[bogus_messages[screen[check_x][check_y]-2]]);
 	  break;