From 1ea410cf2b8f0d9d108179111daacae20a69442d Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Fri, 29 Nov 2024 00:39:36 -0500 Subject: [PATCH] Minor fixes to README and recent code changes --- README.md | 5 ++--- Source/MAIN.BAS | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0642406..22b2796 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Distro Tycoon Classic -Based on Bryan Lunduke's [Linux Tycoon for DOS](https://github.com/BryanLunduke/Linux-Tycoon-DOS), Distro Tycoon Classic intends to tweak and expand upon the game to understand building a tycoon game. +Based on Bryan Lunduke's [Linux Tycoon for DOS](https://github.com/BryanLunduke/Linux-Tycoon-DOS), Distro Tycoon Classic intends to tweak and expand upon it in order to better understand building a tycoon game. ## Change Log @@ -16,7 +16,6 @@ To view recent changes, see [ChangeLog.md](./ChangeLog.md) - Original Author: Bryan Lunduke - Maintainer: Tony Bark - ## License -I license this project under the GPL-2.0 license - see [LICENSE](./LICENSE) for details. \ No newline at end of file +I license this project under the GPL-2.0 license - see [LICENSE](./LICENSE) for details. diff --git a/Source/MAIN.BAS b/Source/MAIN.BAS index 3f38568..94196c2 100644 --- a/Source/MAIN.BAS +++ b/Source/MAIN.BAS @@ -108,7 +108,7 @@ SUB BuildDistroList () AllPackages(4).Name = "START" AllPackages(4).Bugs = 2 AllPackages(4).Description = "The Start Desktop Environment" - AllPackages(4).NerdCred = 5 + AllPackages(4).NerdCred = 1 AllPackages(4).Popularity = 1 AllPackages(4).SizeInMB = 2 AllPackages(4).Version = 1 @@ -611,7 +611,7 @@ SUB DoRandomEvents () IF theNum = 28 THEN LogEvent ("The new version of Windows is awful!") - MyDistro.Hype = MyDistro.Hype - 20 + MyDistro.Hype = MyDistro.Hype + 20 END IF