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