comparison itemfixes.inc.php @ 25:892c904b5e9d

Fix the itemfixes.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Mar 2011 14:54:05 +0200
parents 35f0c0ce0c51
children 36b4d3982590
comparison
equal deleted inserted replaced
24:3634b6b811ce 25:892c904b5e9d
12 "^(purple|green) gloves" => 'a ${1} glove', 12 "^(purple|green) gloves" => 'a ${1} glove',
13 "^bracelet mades of green crystal" => "bracelet made of green crystal", 13 "^bracelet mades of green crystal" => "bracelet made of green crystal",
14 "^alchemist moulded rings" => "alchemist moulded ring", 14 "^alchemist moulded rings" => "alchemist moulded ring",
15 15
16 // Generic rings 16 // Generic rings
17 "^(heavy black metal|steel) rings" => "a ${1} ring", 17 "^(heavy black metal|steel) rings" => 'a ${1} ring',
18 18
19 // Damiens 19 // Damiens
20 "^arm protectors called Damien \(\S+\)" => "an arm protector called Damien (${1})", 20 "^arm protectors called Damien \(\S+\)" => 'an arm protector called Damien (${1})',
21 21
22 // Containers 22 // Containers
23 "^white cloth packs for holding salves" => "white cloth pack for holding salves", 23 "^white cloth packs for holding salves" => "white cloth pack for holding salves",
24 "^(small|HUGE) shiny boxes for storing minerals" => 'a ${1} shiny box for storing minerals', 24 "^(small|HUGE) shiny boxes for storing minerals" => 'a ${1} shiny box for storing minerals',
25 "^(small|HUGE) sturdy packs for storing potions" => 'a ${1} sturdy pack for storing potions', 25 "^(small|HUGE) sturdy packs for storing potions" => 'a ${1} sturdy pack for storing potions',