changeset 25:892c904b5e9d

Fix the itemfixes.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Mar 2011 14:54:05 +0200
parents 3634b6b811ce
children 36b4d3982590
files itemfixes.inc.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/itemfixes.inc.php	Sun Feb 13 16:29:24 2011 +0200
+++ b/itemfixes.inc.php	Fri Mar 11 14:54:05 2011 +0200
@@ -14,10 +14,10 @@
   "^alchemist moulded rings" => "alchemist moulded ring",
 
   // Generic rings
-  "^(heavy black metal|steel) rings" => "a ${1} ring",
+  "^(heavy black metal|steel) rings" => 'a ${1} ring',
 
   // Damiens
-  "^arm protectors called Damien \(\S+\)" => "an arm protector called Damien (${1})",
+  "^arm protectors called Damien \(\S+\)" => 'an arm protector called Damien (${1})',
   
   // Containers  
   "^white cloth packs for holding salves" => "white cloth pack for holding salves",