New desktop option and event

This commit is contained in:
Tony Bark 2024-11-29 05:30:45 +00:00
parent 92a097fb5d
commit 9741dd9504

View file

@ -105,6 +105,16 @@ SUB BuildDistroList ()
AllPackages(3).isOpenSource = 1
AllPackages(3).TypeOfSoftware = kTypeDesktopEnvironment
AllPackages(4).Name = "START"
AllPackages(4).Bugs = 2
AllPackages(4).Description = "The Start Desktop Environment"
AllPackages(4).NerdCred = 5
AllPackages(4).Popularity = 1
AllPackages(4).SizeInMB = 2
AllPackages(4).Version = 1
AllPackages(4).isOpenSource = 1
AllPackages(4).TypeOfSoftware = kTypeDesktopEnvironment
AllPackages(4).Name = "FlamingRodent"
@ -599,6 +609,11 @@ SUB DoRandomEvents ()
END IF
END IF
IF theNum = 28 THEN
LogEvent ("The new version of Windows is awful!")
MyDistro.Hype = MyDistro.Hype - 20
END IF
END SUB