From d8ca6742178d707526bf0d09a6298016d23d4625 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 2 Jul 2021 13:15:22 +0000 Subject: Don't show 'by sea' in log. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 7caad70..41a9130 100644 --- a/rules.js +++ b/rules.js @@ -2066,7 +2066,7 @@ states.sea_retreat = { }, space: function (to) { let from = game.location[game.who]; - game.flash = block_name(game.who) + " retreats by sea."; + game.flash = block_name(game.who) + " retreats."; log_battle(game.flash); game.turn_log.push([game.active, from, to]); move_to(game.who, from, to); -- cgit v1.2.3