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-b93c2d0d6712master
parent
70c9a1e0c8
commit
e69c74750e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue