Tweak cell replacement pool.

Fix incorrect condition for lore entry replacement.
Add extra model notes for post-release.
This commit is contained in:
Mari the Deer 2020-11-27 14:23:13 +01:00
commit 4acd02d7b5
4 changed files with 49 additions and 5 deletions

View file

@ -438,6 +438,8 @@ Class SWWMLoreLibrary : Thinker
text = "SWWM_LORETXT_YNYKRON2"; // confirmed to harm (but not kill) gods
else if ( text ~== "SWWM_LORETXT_AKARIPROJECT" )
text = "SWWM_LORETXT_AKARIPROJECT3"; // mentions kirin
else if ( text ~== "SWWM_LORETXT_GODS" )
text = "SWWM_LORETXT_GODS2"; // beyond gods
}
if ( gameinfo.gametype&(GAME_Raven|GAME_Strife) )
{
@ -461,8 +463,6 @@ Class SWWMLoreLibrary : Thinker
text = "SWWM_LORETXT_BIGSHOT2"; // predictions about crimes_m
else if ( text ~== "SWWM_LORETXT_AKARIPROJECT" )
text = "SWWM_LORETXT_AKARIPROJECT2"; // fiction becomes reality
else if ( text ~== "SWWM_LORETXT_GODS" )
text = "SWWM_LORETXT_GODS2"; // beyond gods
}
// check if existing
for ( int i=0; i<ent.Size(); i++ )