Minor fixes to README and recent code changes

This commit is contained in:
Tony Bark 2024-11-29 00:39:36 -05:00
parent 9741dd9504
commit 1ea410cf2b
2 changed files with 4 additions and 5 deletions

View file

@ -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.
I license this project under the GPL-2.0 license - see [LICENSE](./LICENSE) for details.

View file

@ -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