New desktop option and event
This commit is contained in:
parent
92a097fb5d
commit
9741dd9504
1 changed files with 15 additions and 0 deletions
|
@ -105,6 +105,16 @@ SUB BuildDistroList ()
|
||||||
AllPackages(3).isOpenSource = 1
|
AllPackages(3).isOpenSource = 1
|
||||||
AllPackages(3).TypeOfSoftware = kTypeDesktopEnvironment
|
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"
|
AllPackages(4).Name = "FlamingRodent"
|
||||||
|
@ -599,6 +609,11 @@ SUB DoRandomEvents ()
|
||||||
END IF
|
END IF
|
||||||
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
|
END SUB
|
||||||
|
|
Loading…
Add table
Reference in a new issue