commit dc9753a56250bf240c861d1cd4709ae656647898
parent 271bcec60db4e7d6e2e18c479cef05c4e3cad550
Author: Luxferre <lux@ferre>
Date: Mon, 22 Jan 2024 09:11:33 +0200
Limited cargo bay upgrades
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/awlite.awk b/awlite.awk
@@ -614,7 +614,7 @@ BEGIN {
split("", globalseeds) # init galaxy seeds
buildgalaxy(player["galaxynum"], globalseeds) # build the current galaxy
genmarket(0, economies[player["currentplanet"]]) # build local market
- printf("\nWelcome to awlite 1.5.1 (based on Text Elite 1.5)\n")
+ printf("\nWelcome to awlite 1.5.2 (based on Text Elite 1.5)\n")
dohelp()
# start the REPL
printf("\n\nCash: %.1f> ", player["cash"]/10)