From: Quentinnuk Date: Wed, 20 May 2020 20:26:09 +0000 (+0100) Subject: minor changes X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=11c4cbcefa66588116e76fc78b7e191b22a317db;p=mud1.git minor changes Slight tidy of MUD8.BCL and added DS_store to gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/MUD8.BCL b/MUD8.BCL index c9c896f..c2a88a7 100644 --- 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) $) loop - case K.INCI: case K.IFYO: + case K.INCI: + case K.IFYO: 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", pn,PNAME of (RH from block!2)) endcase diff --git a/MUDDL - Multi User Dungeon Definition Language.pdf b/MUDDL - Multi User Dungeon Definition Language.pdf index 87637d1..b294b56 100644 Binary files a/MUDDL - Multi User Dungeon Definition Language.pdf and b/MUDDL - Multi User Dungeon Definition Language.pdf differ