diff options
Diffstat (limited to 'src/messages.toml')
-rw-r--r-- | src/messages.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/messages.toml b/src/messages.toml index 04746462d580..a6b795d97ec7 100644 --- a/src/messages.toml +++ b/src/messages.toml @@ -1,2 +1,6 @@ [global] welcome = "Welcome to Xanthous! It's dangerous out there, why not stay inside?" + +[combat] +attack = "You attack the {{creature_name}}." +killed = "You killed the {{creature_name}}." |