diff options
Diffstat (limited to 'src/messages.toml')
-rw-r--r-- | src/messages.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messages.toml b/src/messages.toml index 69fd389faccc..7c6255142dd2 100644 --- a/src/messages.toml +++ b/src/messages.toml @@ -1,5 +1,7 @@ [global] welcome = "Welcome to Xanthous, {{character.name}}! It's dangerous out there, why not stay inside?" +describe_entities = "You see here {{descriptions}}" +describe_no_entities = "You see nothing here." [combat] attack = "You attack the {{creature.name}}." |