Make explicit that the player must give a number.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14022 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2010-10-23 09:19:54 +00:00
parent 70c9a1e0c8
commit e69c74750e
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ def white_challenge():
count += check_arch(ear.Map, pos[0], pos[1], archs[choice])
ear.Say('How many piles of %s did you see %s?'%(names[choice],where))
ear.Say('Reply with a number in digits please.')
# keep reply in the ear, easier
ear.WriteKey('reply', str(count), 1)