summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-04-12 12:25:55 +0200
committerTor Andersson <tor@ccxvii.net>2025-04-12 12:25:55 +0200
commit6591f70043fe9ca16d34232d0ef35f8b89c179ec (patch)
treee67bc585eb29d0aa40c89fa8ae94ebadc0212c98 /events.txt
parent7d7d7a295b1fe2335019c694213f838e017cf2c6 (diff)
downloadvijayanagara-6591f70043fe9ca16d34232d0ef35f8b89c179ec.tar.gz
Log message punctuation.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt6
1 files changed, 3 insertions, 3 deletions
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