summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
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