feat(gs/xanthous): Send message when resting
Change-Id: Ib1e7ae6dfcbc2d2e86a28b401e67cd5dd22d6281 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3763 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
aec85fd6b5
commit
352c75630d
2 changed files with 5 additions and 1 deletions
|
@ -342,7 +342,10 @@ handleCommand (StartAutoMove dir) = do
|
|||
runAutocommand $ AutoMove dir
|
||||
continue
|
||||
|
||||
handleCommand Rest = runAutocommand AutoRest >> continue
|
||||
handleCommand Rest = do
|
||||
say_ ["autocommands", "resting"]
|
||||
runAutocommand AutoRest
|
||||
continue
|
||||
|
||||
--
|
||||
|
||||
|
|
|
@ -128,6 +128,7 @@ drop:
|
|||
|
||||
autocommands:
|
||||
enemyInSight: There's a {{firstEntity.creatureType.name}} nearby!
|
||||
resting: Resting...
|
||||
doneResting: Done resting
|
||||
###
|
||||
|
||||
|
|
Loading…
Reference in a new issue