From 0abcd8c9581f0017cb2bd59a09e93800ea8f3b1f Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 29 Nov 2019 15:43:46 -0500 Subject: Implement a "look" command Implement the PointOnMap prompt type, which allows the player to move the cursor around and select a position on the map, and use this prompt type to implement a "look" command, describing all entities at the selected position. --- src/Xanthous/Entities/Raws/gormlak.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Xanthous/Entities/Raws/gormlak.yaml') diff --git a/src/Xanthous/Entities/Raws/gormlak.yaml b/src/Xanthous/Entities/Raws/gormlak.yaml index 9a9281c9a91a..2eac895190b3 100644 --- a/src/Xanthous/Entities/Raws/gormlak.yaml +++ b/src/Xanthous/Entities/Raws/gormlak.yaml @@ -1,6 +1,7 @@ Creature: name: gormlak - description: | + description: a gormlak + longDescription: | A chittering imp-like creature with bright yellow horns. It adores shiny objects and gathers in swarms. char: -- cgit 1.4.1