comparison planner.pl @ 303:50cff2eee239

fixed a typo
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Sun, 07 Dec 2008 22:26:44 +0800
parents 07f51bb67e56
children 2972852a4ee5
comparison
equal deleted inserted replaced
302:efffa408eec5 303:50cff2eee239
28 "Ram-Ship" => 210, 28 "Ram-Ship" => 210,
29 "BallistaShip" => 213, 29 "BallistaShip" => 213,
30 "Flamethrower" => 211, 30 "Flamethrower" => 211,
31 "CatapultShip" => 214, 31 "CatapultShip" => 214,
32 "MortarShip" => 215, 32 "MortarShip" => 215,
33 "PaddleWheel Ram" => 216, 33 "PaddleWheelRam" => 216,
34 "DivingBoat" => 212, 34 "DivingBoat" => 212,
35 }; 35 };
36 36
37 # return minutes. 37 # return minutes.
38 sub travelTime { 38 sub travelTime {