Some big lore readjustments, hope I got everything.

This commit is contained in:
Mari the Deer 2021-04-07 00:31:08 +02:00
commit 459defb0a8
26 changed files with 175 additions and 41 deletions

View file

@ -253,7 +253,7 @@ Class DemolitionistMenu : GenericMenu
else missionstr = "$SWWM_MISSION_NONE";
if ( gameinfo.gametype&GAME_Heretic )
{
// March 10th 2171, 17:34 JST
// April 10th 2171, 17:34 JST
// Epoch: 6351554040
c_year = 2171;
c_month = 3;

View file

@ -432,12 +432,16 @@ Class SWWMLoreLibrary : Thinker
text = "SWWM_LORETXT_AKARIPROJECT3"; // mentions kirin
else if ( text ~== "SWWM_LORETXT_ANARUKON" )
text = "SWWM_LORETXT_ANARUKON2"; // comments from miyamoto-xanai wedding
if ( text ~== "SWWM_LORETXT_DEMOLITIONIST" )
text = "SWWM_LORETXT_DEMOLITIONIST3"; // married to kirin
else if ( text ~== "SWWM_LORETXT_GHOULHUNT" )
text = "SWWM_LORETXT_GHOULHUNT2"; // met anthon anderken during the wedding
else if ( text ~== "SWWM_LORETXT_GODS" )
text = "SWWM_LORETXT_GODS2"; // beyond gods
else if ( text ~== "SWWM_LORETXT_HELL" )
text = "SWWM_LORETXT_HELL4"; // met father nostros during the wedding
if ( text ~== "SWWM_LORETXT_MAIDBOT" )
text = "SWWM_LORETXT_MAIDBOT2"; // married to kirin
else if ( text ~== "SWWM_LORETXT_NANA" )
text = "SWWM_LORETXT_NANA3"; // stuff that happened at the wedding
else if ( text ~== "SWWM_LORETXT_RAGEKIT" )