mikel, libro recetas
This commit is contained in:
@@ -59,10 +59,25 @@
|
||||
say($player, "No se me ocurre ningún plato, debería buscar un libro de recetas.", "cocina_intro_1")
|
||||
say($player, "Si mantienes MAYÚSCULAS pulsado los objetos con los que puedes interactuar aparecerán marcados.", "cocina_intro_2")
|
||||
accept_input("ALL")
|
||||
else:
|
||||
set_active($turno_cocina_economica, true)
|
||||
set_active($turno_cocina_peso, true)
|
||||
set_active($turno_cocina_cocina_gas, true)
|
||||
set_active($turno_cocina_bol, true)
|
||||
set_active($cocina_cuchillos, true)
|
||||
set_active($cocina_fregadero_izq, true)
|
||||
set_active($cocina_fregadero_der, true)
|
||||
set_active($cocina_puerta_delante, true)
|
||||
set_active($cocina_puerta_detras, true)
|
||||
set_active($turno_cocina_cuerno, false)
|
||||
set_active($cocina_patata, true)
|
||||
set_active($cocina_debajo_sofa, true)
|
||||
|
||||
if turno_cocina_mikel_playing:
|
||||
# TODO: in 3.6 a bug prevented walk_block working in this situation, test again with 4.3
|
||||
# walk_block $player new_game_start_location
|
||||
# set_angle $player 180
|
||||
say($player, "Ya no está, que raro...", "cocina_mikel_playing")
|
||||
accept_input("ALL")
|
||||
global turno_cocina_mikel_playing = false
|
||||
set_global("turno_cocina_mikel_playing", false)
|
||||
inc_global("turno_cocina_mikel_played_times", 1)
|
||||
|
||||
Reference in New Issue
Block a user