Marisa (Child of Ash, not me) lore.
This commit is contained in:
parent
6e87240506
commit
f62b35960a
9 changed files with 453 additions and 8 deletions
|
|
@ -483,6 +483,10 @@ Class SWWMLoreLibrary : SWWMStaticThinker
|
|||
text = "SWWM_LORETXT_YNYKRON2"; // confirmed to harm (but not kill) gods
|
||||
else if ( text ~== "SWWM_LORETXT_ZANAVETH2" )
|
||||
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)) )
|
||||
{
|
||||
|
|
@ -498,6 +502,10 @@ Class SWWMLoreLibrary : SWWMStaticThinker
|
|||
text = "SWWM_LORETXT_HELL3"; // invasion was a thing of the past
|
||||
else if ( text ~== "SWWM_LORETXT_UAC" )
|
||||
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)) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue