Marisa (Child of Ash, not me) lore.

This commit is contained in:
Mari the Deer 2022-04-20 17:07:24 +02:00
commit 5f12a4e603
9 changed files with 449 additions and 8 deletions

View file

@ -486,6 +486,8 @@ Class SWWMLoreLibrary : SWWMStaticThinker
text = "SWWM_LORETXT_ZANAVETH22"; // met at wedding
else if ( text ~== "SWWM_LORETXT_MADCAT" )
text = "SWWM_LORETXT_MADCAT3"; // demolition quest released
else if ( text ~== "SWWM_LORETXT_MARISA" )
text = "SWWM_LORETXT_MARISA3"; // post-wedding update
}
if ( (gameinfo.gametype&GAME_Raven) || (mlog && (mlog.year >= 2171) && (mlog.month >= 3)) )
{
@ -503,6 +505,8 @@ Class SWWMLoreLibrary : SWWMStaticThinker
text = "SWWM_LORETXT_UAC3"; // events of doom 64 and more
else if ( text ~== "SWWM_LORETXT_MADCAT" )
text = "SWWM_LORETXT_MADCAT2"; // interstellar demolitionist released
else if ( text ~== "SWWM_LORETXT_MARISA" )
text = "SWWM_LORETXT_MARISA2"; // post-invasion update
}
if ( (gameinfo.gametype&GAME_Raven) || SWWMUtility.IsEviternity() || (mlog && (mlog.year >= 2150) && (mlog.month >= 5)) )
{