From 89b3bef6e21b71f82a05b9451b4751e9e1ce66d1 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Thu, 24 May 2007 18:51:30 +0000 Subject: [PATCH] Typo. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6332 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/monsters/combat_chicken.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/monsters/combat_chicken.py b/python/monsters/combat_chicken.py index d5f9b71da..3bbe36366 100644 --- a/python/monsters/combat_chicken.py +++ b/python/monsters/combat_chicken.py @@ -103,7 +103,7 @@ def move_chicken(): if random.randint(1, 100) <= ( got * 2 ): egg = chicken.Map.CreateObject('chicken_egg', chicken.X, chicken.Y) egg.Name = 'Chicken Combat egg' - egg.NamePl = 'Chicken combat eggs' + egg.NamePl = 'Chicken Combat eggs' egg.Quantity = 1 chicken.Map.Print('The %s lays an egg!'%chicken.Name) got = 0