From dc9753a56250bf240c861d1cd4709ae656647898 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 22 Jan 2024 09:11:33 +0200 Subject: [PATCH] Limited cargo bay upgrades --- awlite.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awlite.awk b/awlite.awk index 672a158..fac8bb0 100644 --- 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)