git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@6332 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2007-05-24 18:51:30 +00:00
parent 9ec02092c0
commit 89b3bef6e2
1 changed files with 1 additions and 1 deletions

View File

@ -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