diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |