1
1
Fork 0
mirror of https://gitlab.com/Oreolek/cloak-salet.git synced 2024-06-26 03:50:51 +03:00

Fix descriptions

This commit is contained in:
Alexander Yakovlev 2017-08-01 08:19:06 +07:00
parent 091deeed97
commit 38f31d53e7
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ hook.put("cloakroom")
croom "entrance",
title: () -> "entrance_title".l()
ways: ["foyer"]
dsc: () -> "entrance".l()
dsc: () -> "entrance_secret".l()
croom "bar",
onEnter: () ->

View file

@ -86,7 +86,7 @@ wear_cloak: "You take the cloak from the hook and wear it."
take_cloak: "You take the cloak from the hook."
night: "Night mode"
multiplayer: "Multiplayer mode"
entrance: """
entrance_secret: """
Oops. How did you get here? Are you a wizard or something?
"""
inventory_empty: "You are carrying nothing."

View file

@ -87,6 +87,6 @@ multiplayer: "Режим мультиплеера"
erase_message: "Вы точно хотите стереть сохранение и начать игру заново?"
inventory_empty: "Вы ничего не носите с собой."
inventory_contains: "Вы носите с собой:"
entrance: """
entrance_secret: """
Ой. Как вы сюда попали? Вы какой-то маг или волшебник?
"""