Fix script, frypan and stove had changed positions.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18883 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2013-08-04 11:10:52 +00:00
parent 206c0842b3
commit de60ca2d56
1 changed files with 9 additions and 9 deletions

View File

@ -32,10 +32,10 @@ color = Crossfire.MessageFlag.NDI_GREEN # color to display messages
recipe_arch = 'caramel' # archetype generated when recipe is complete recipe_arch = 'caramel' # archetype generated when recipe is complete
eggs_count = 4 eggs_count = 4
failure_chance = 15 failure_chance = 15
recipient_x = 3 # position of the recipient to drop ingredients into recipient_x = 5 # position of the recipient to drop ingredients into
recipient_y = 8 recipient_y = 10
stove_x = 4 # position of the stove the cook will use stove_x = 6 # position of the stove the cook will use
stove_y = 8 stove_y = 10
def check_ingredients(): def check_ingredients():
''' Finds the ingredients in the recipient. Used when recipient is closed, and when Farnass ''' Finds the ingredients in the recipient. Used when recipient is closed, and when Farnass