diff options
author | Griffin Smith <root@gws.fyi> | 2019-07-14T20·20-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-07-14T20·20-0400 |
commit | 575a051e6efcd8fd3b0a146f49040e543ae8e5b0 (patch) | |
tree | 3507592582cdffdd73ba7ca9ae893117682581b7 /src/messages.toml | |
parent | e7ad87c7301f266dece36e7558c0f212e370aac6 (diff) |
Implement extremely basic combat
There's a gormlak, you can kill it. That's it.
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}}." |