Lorefix, remove mention of something that happens long after hexen.

This commit is contained in:
Mari the Deer 2020-03-19 13:42:42 +01:00
commit 57d1cd4de7
3 changed files with 0 additions and 20 deletions

View file

@ -283,8 +283,6 @@ Class SWWMLoreLibrary : Thinker
text = "SWWM_LORETXT_SAYA2"; // married kirin
else if ( text ~== "SWWM_LORETXT_ANARUKON" )
text = "SWWM_LORETXT_ANARUKON2"; // comments from miyamoto-xanai wedding
else if ( text ~== "SWWM_LORETXT_HELL2" )
text = "SWWM_LORETXT_HELL3"; // mention the return of manakei
}
// check that it's valid
if ( StringTable.Localize(tag,false) == tag ) return false;