fix: replace turno_cocina_bol_inventario with turno_cocina_bol in saved games
This commit is contained in:
@@ -47,7 +47,7 @@ globals = {
|
|||||||
"turno_cocina_libro_leido_count": 0,
|
"turno_cocina_libro_leido_count": 0,
|
||||||
"turno_cocina_patata_grande_picked": true
|
"turno_cocina_patata_grande_picked": true
|
||||||
}
|
}
|
||||||
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_patata", "turno_cocina_cuchillo", "turno_cocina_mechero", "turno_cocina_peso", "turno_cocina_bol_inventario" ]
|
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_patata", "turno_cocina_cuchillo", "turno_cocina_mechero", "turno_cocina_peso", "turno_cocina_bol" ]
|
||||||
objects = {
|
objects = {
|
||||||
"_camera": {
|
"_camera": {
|
||||||
"active": true,
|
"active": true,
|
||||||
@@ -192,19 +192,6 @@ objects = {
|
|||||||
"interactive": true,
|
"interactive": true,
|
||||||
"state": "default"
|
"state": "default"
|
||||||
},
|
},
|
||||||
"turno_cocina_bol_inventario": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "¿Que es esto?",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar dentro",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_cocina_gas": {
|
"turno_cocina_cocina_gas": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ globals = {
|
|||||||
"turno_cocina_libro_leido_count": 0,
|
"turno_cocina_libro_leido_count": 0,
|
||||||
"turno_cocina_patata_grande_picked": true
|
"turno_cocina_patata_grande_picked": true
|
||||||
}
|
}
|
||||||
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_cuchillo", "turno_cocina_mechero", "turno_cocina_peso", "turno_cocina_bol_inventario" ]
|
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_cuchillo", "turno_cocina_mechero", "turno_cocina_peso", "turno_cocina_bol" ]
|
||||||
objects = {
|
objects = {
|
||||||
"_camera": {
|
"_camera": {
|
||||||
"active": true,
|
"active": true,
|
||||||
@@ -193,19 +193,6 @@ objects = {
|
|||||||
"interactive": true,
|
"interactive": true,
|
||||||
"state": "default"
|
"state": "default"
|
||||||
},
|
},
|
||||||
"turno_cocina_bol_inventario": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "¿Que es esto?",
|
|
||||||
"action2": "Coger",
|
|
||||||
"action3": "Mirar dentro",
|
|
||||||
"action4": "Usar"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_cocina_gas": {
|
"turno_cocina_cocina_gas": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
|
|||||||
Reference in New Issue
Block a user