Add into to predicates
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 30 Jan 2017 03:49:39 +0000 (21:49 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 30 Jan 2017 03:49:39 +0000 (21:49 -0600)
mudsync/gameobj.scm
mudsync/parser.scm

index 0ce19b6799bc2ecf2dbd168ad50507750072e177..ee788ea300433aeaf466f52361de63c149b14e61 100644 (file)
@@ -92,7 +92,7 @@
                                    (prep-indir-command cmd-take-from
                                                        '("from" "out of"))))
                           ("put" ((prep-indir-command cmd-put-in
-                                                      '("in" "inside" "on"))))))
+                                                      '("in" "inside" "into" "on"))))))
 
   ;; Commands we can handle by being something's container
   ;;   dominant version (goes before everything)
index 16a811b9903fcb605b7ec2bad3b4904ffb62574f..efda86e3b26c536bd5662355912dd2bd7101bf78 100644 (file)
@@ -61,7 +61,7 @@
 
 ;; definite and indefinite, but not partitive articles
 (define article '(or "the" "a" "an"))
-(define preposition '(or "with" "in" "inside" "on" "out" "out of"
+(define preposition '(or "with" "in" "inside" "into" "on" "out" "out of"
                          "at" "as" "to" "about" "from"))
 
 (define indirect-irx