minor changes
authorQuentinnuk <quentin@quentin.org.uk>
Wed, 20 May 2020 20:26:09 +0000 (21:26 +0100)
committerQuentinnuk <quentin@quentin.org.uk>
Wed, 20 May 2020 20:26:09 +0000 (21:26 +0100)
Slight tidy of MUD8.BCL and added DS_store to gitignore

.gitignore [new file with mode: 0644]
MUD8.BCL
MUDDL - Multi User Dungeon Definition Language.pdf

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9bea433
--- /dev/null
@@ -0,0 +1,2 @@
+
+.DS_Store
index c9c896f42abd50db236395e21f1684e2f7c3bd5f..c2a88a7aa93abbabdced41784e1b3bb652349d24 100644 (file)
--- a/MUD8.BCL
+++ b/MUD8.BCL
@@ -461,7 +461,8 @@ $(  let snd,bit,block,damage,pp,pn,inv,inf=?,?,?,?,?,?,?,?
                                        send(snd,block,K.YSFM,block!2)\r
                                $)\r
                                loop\r
-                       case K.INCI:       case K.IFYO:\r
+                       case K.INCI:       \r
+                       case K.IFYO:\r
                                out(FUNC of block=K.INCI->"*C*L:p isn't carrying the :s*C*L","*C*L:p discovers your attempt to steal the :s!*C*L",\r
                                pn,PNAME of (RH from block!2))\r
                                endcase\r
index 87637d19038cae431353c942a5834d3861c18301..b294b56285db1501ae0116de59437e88afcf4f74 100644 (file)
Binary files a/MUDDL - Multi User Dungeon Definition Language.pdf and b/MUDDL - Multi User Dungeon Definition Language.pdf differ