From 6591f70043fe9ca16d34232d0ef35f8b89c179ec Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 12 Apr 2025 12:25:55 +0200 Subject: Log message punctuation. --- events.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index c2d65a5..108573d 100644 --- a/events.txt +++ b/events.txt @@ -23,7 +23,7 @@ SHADED 1 to_rebel BK to_rebel VE log_br - log `Opposing Units to Rebelling in ${SPACE_NAME[game.vm.s]}` + log `Opposing Units to Rebelling in ${SPACE_NAME[game.vm.s]}.` endif endspace prompt "Free Attack in selected space." @@ -821,7 +821,7 @@ SUCC 2 any_limited_command if (game.prosperity[BK] === 0) log_br - log "Not enough prosperity." + log "Not enough Prosperity." else cav_resources (Math.min(game.prosperity[BK],3)) endif @@ -830,7 +830,7 @@ SUCC 2 any_limited_command if (game.prosperity[VE] === 0) log_br - log "Not enough prosperity." + log "Not enough Prosperity." else cav_resources (Math.min(game.prosperity[VE],3)) endif -- cgit v1.2.3