From 641e01d9c9db8c64d1a44305f08e09dafe6744be Mon Sep 17 00:00:00 2001 Message-Id: <641e01d9c9db8c64d1a44305f08e09dafe6744be.1715690823.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 13 Mar 2012 15:04:36 +0000 Subject: [PATCH] distorted.lisp: Remove obsidian from the list. Organization: Straylight/Edgeware From: Mark Wooding Its place was long gone anyway. --- distorted.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index 3ca4392..38b674d 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -90,7 +90,6 @@ (defzone distorted.org.uk (safe :a vampire.safe) (untrusted :a vampire.untrusted) (iodine :a vampire.iodine)) - (obsidian (safe :a obsidian.safe)) (ibanez (unsafe :a ibanez.unsafe) (dmz :a ibanez.dmz)) (radius (unsafe :a radius.unsafe) -- [mdw]