Discordian date: Difference between revisions

m
Forgot to check the boundarys between the seasons, had an off-by-one type error, fixed.
No edit summary
m (Forgot to check the boundarys between the seasons, had an off-by-one type error, fixed.)
Line 1,982:
{Now to set the Season name}
chaotica:='The Aftermath';
if ((wrestle < 59) and (Hedgehog < 3)=57) then chaotica := 'Bureaucracy';
if ((wrestle <= 4458) and (Hedgehog < 53)) then chaotica := 'ConfusionBureaucracy';
if ((wrestle <= 30) and (Hedgehog < 2)42) then chaotica := 'DiscordConfusion';
if ((wrestle <= 1543) and (Hedgehog < 45)) then chaotica := 'ChaosConfusion';
if (wrestle <=28) then chaotica := 'Discord';
if ((wrestle = 29) and (Hedgehog < 2)) then chaotica := 'Discord';
if (wrestle <=13) then chaotica := 'Chaos';
if ((wrestle = 14) and (Hedgehog < 4)) then chaotica := 'Chaos';
 
{Now all we need the day of the season}
wrestle := (wrestle*5)+Hedgehog;
Anonymous user