summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-09-25 19:37:58 +0000
committerjsm <jsm@NetBSD.org>2000-09-25 19:37:58 +0000
commit4b57f3f1a523d33412704f3a5180f921002809b1 (patch)
tree3c2201e5d0147af39bdbf29e214b320ea2bfef2e /battlestar/extern.h
parent671eb498250e6a38918c75f1c5dfb75e3212c305 (diff)
downloadbsdgames-darwin-4b57f3f1a523d33412704f3a5180f921002809b1.tar.gz
bsdgames-darwin-4b57f3f1a523d33412704f3a5180f921002809b1.tar.zst
bsdgames-darwin-4b57f3f1a523d33412704f3a5180f921002809b1.zip
In cypher(), don't attempt to make sense of words other than VERBs or
KNIFE when a verb is required. Add AUXVERB for "make", "move", "climb" (as in "make love", "climb up") and ignore AUXVERB as a verb, going on to the next word, instead of treating these words as adjectives. When creating new verbs from "put on", "put down", "take off", mark them as type VERB. Mostly from Paul Janzen <pjanzen@foatdi.harvard.edu>.
Diffstat (limited to 'battlestar/extern.h')
-rw-r--r--battlestar/extern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/battlestar/extern.h b/battlestar/extern.h
index edc3c2cf..ef8e3910 100644
--- a/battlestar/extern.h
+++ b/battlestar/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.27 2000/09/25 14:44:59 jsm Exp $ */
+/* $NetBSD: extern.h,v 1.28 2000/09/25 19:37:59 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -190,6 +190,7 @@
#define OPEN 1053
#define VERBOSE 1054
#define BRIEF 1055
+#define AUXVERB 1056
/* injuries */
#define ARM 6 /* broken arm */