Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Slight tidy of MUD8.BCL and added DS_store to gitignore
  • Loading branch information
quentinnuk committed May 20, 2020
1 parent 958fd8c commit 11c4cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
3 changes: 2 additions & 1 deletion MUD8.BCL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified MUDDL - Multi User Dungeon Definition Language.pdf
Binary file not shown.

0 comments on commit 11c4cbc

Please sign in to comment.