comparison index.php @ 5:af0b958a6e17

Bugfix.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 10 Jan 2011 05:08:49 +0200
parents 563783b8cd22
children 2fb901161013
comparison
equal deleted inserted replaced
4:563783b8cd22 5:af0b958a6e17
6 6
7 // Multi-stack item fixups 7 // Multi-stack item fixups
8 $fixItemTable = array( 8 $fixItemTable = array(
9 "(purple|green) gloves" => 'a ${1} glove', 9 "(purple|green) gloves" => 'a ${1} glove',
10 "heavy black metal rings" => "a heavy black metal ring", 10 "heavy black metal rings" => "a heavy black metal ring",
11 "bracelet mades of green crystal" => "a bracelet made of green crystal", 11 "bracelet mades of green crystal" => "bracelet made of green crystal",
12 "white cloth packs for holding salves" => "white cloth pack for holding salves", 12 "white cloth packs for holding salves" => "white cloth pack for holding salves",
13 ); 13 );
14 14
15 15
16 $fixNumbers = array( 16 $fixNumbers = array(