Date corrections:

- Date of Heretic campaign pushed back to April of 2171, since it predates Saya's wedding with Kirin, which happens on May 8th.
 - Date of Hexen campaign pushed back to May of 2171, since it happens just one month after Heretic (but should be set at least two weeks after the wedding).
Also various timeline adjustments and additions.
This commit is contained in:
Mari the Deer 2020-03-17 22:55:00 +01:00
commit 3e5db88d00
2 changed files with 42 additions and 21 deletions

View file

@ -102,16 +102,16 @@ Class SWWMKnowledgeBaseMenu : GenericMenu
if ( gameinfo.gametype&GAME_Heretic )
{
c_year = 2171;
c_month = 11;
c_month = 3;
c_day = 9;
c_hour = 9;
c_minute = 41;
}
else if ( gameinfo.gametype&GAME_Hexen )
{
c_year = 2178;
c_month = 0;
c_day = 12;
c_year = 2171;
c_month = 4;
c_day = 24;
c_hour = 16;
c_minute = 41;
}