Lock away White Lady lore entry until she's added.

This commit is contained in:
Mari the Deer 2020-10-22 00:17:20 +02:00
commit 3788bd1cc8
2 changed files with 3 additions and 1 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r565 \cu(Thu 22 Oct 00:12:06 CEST 2020)";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r566 \cu(Thu 22 Oct 00:17:20 CEST 2020)";

View file

@ -363,6 +363,8 @@ Class SWWMLoreLibrary : Thinker
if ( ref ~== "BlackfireIgniter" ) return true;
if ( ref ~== "EMPCarbine" ) return true;
if ( ref ~== "RayKhom" ) return true;
// same for white lady
if ( ref ~== "WhiteLady" ) return true;
// check if entry is for a collectible
for ( int i=0; i<AllActorClasses.Size(); i++ )
{