feat(achievements): Ordenado.
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
:action3
|
||||
say($player, "Tiene una inscripción: 'Para Uli-Alto de parte de Tronceda'.", "cocina_cuchillos_action3")
|
||||
|
||||
:action3 "cocina_cuchillos"
|
||||
say($player, "El cuchillo a su sitio!", "cocina_cuchillos_action3_cuchillo_say")
|
||||
inventory_remove("turno_cocina_cuchillo")
|
||||
@@ -5,20 +5,23 @@
|
||||
|
||||
:action1
|
||||
say($player, "Uno, dos, tres, cuatro, cinco, seis, siete, ocho, nueve, diez y once.", "cocina_cuchillos_action1_say")
|
||||
if turno_cocina_cuchillo_picked:
|
||||
if "turno_cocina_cuchillo" in inventory:
|
||||
say($player, "Que raro, sigue habiendo once cuchillos.", "cocina_cuchillos_action1_say_cuchillo_in_inventory")
|
||||
|
||||
:action2
|
||||
if turno_cocina_cuchillo_picked:
|
||||
if "turno_cocina_cuchillo" in inventory:
|
||||
say($player, "¿Qué puedo hacer con dos cuchillos que no pueda hacer con uno solo?", "cocina_cuchillos_action2_say_cuchillo_in_inventory")
|
||||
else:
|
||||
say($player, "Este parece bien afilado.", "cocina_cuchillos_action2_say")
|
||||
inventory_add("turno_cocina_cuchillo")
|
||||
set_global("turno_cocina_cuchillo_en_su_sitio", false)
|
||||
|
||||
|
||||
|
||||
:action3 "turno_cocina_cuchillo"
|
||||
say($player, "El cuchillo a su sitio!", "cocina_cuchillos_action3_cuchillo_say")
|
||||
inventory_remove($turno_cocina_cuchillo)
|
||||
set_global("turno_cocina_cuchillo_picked", false)
|
||||
if not achievement_ordenado_cuchillo and turno_cocina_frontal_entregado:
|
||||
set_global("turno_cocina_cuchillo_en_su_sitio", true)
|
||||
if turno_cocina_frontal_entregado:
|
||||
unlock_achievement("ordenado")
|
||||
set_global("achievement_ordenado_cuchillo", true)
|
||||
|
||||
@@ -63,7 +63,7 @@ main/game_migration_path=""
|
||||
debug/terminate_on_warnings=false
|
||||
debug/terminate_on_errors=false
|
||||
debug/development_lang="es"
|
||||
debug/log_level="WARNING"
|
||||
debug/log_level="INFO"
|
||||
debug/log_file_path="user://"
|
||||
debug/crash_message="We're sorry, but the game crashed. Please send us the following files:
|
||||
|
||||
@@ -104,14 +104,14 @@ rtmi_dialog_simple/stop_talking_animation_on="End of audio"
|
||||
rtmi_ui/sound_library_folder="res://gymkhana/sounds/"
|
||||
rtmi_ui/savegame_enabled=true
|
||||
rtmi_ui/debug_enabled=true
|
||||
rtmi_ui/achievement_list=["coleccionista", "amenazas", "gourmet", "chistes", "palestina"]
|
||||
rtmi_ui/achievement_list=["coleccionista", "amenazas", "gourmet", "chistes", "palestina", "ordenado"]
|
||||
debug/enable_hover_stack_viewer=false
|
||||
main/escoria_version="4.0-alpha"
|
||||
debug/perform_script_analysis_at_runtime=true
|
||||
debug/perform_script_analysis_at_runtime.release=true
|
||||
debug/perform_script_analysis_at_runtime.debug=true
|
||||
debug/log_level.release="WARNING"
|
||||
debug/log_level.debug="WARNING"
|
||||
debug/log_level.release="INFO"
|
||||
debug/log_level.debug="INFO"
|
||||
|
||||
[file_customization]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user