Lore entry for Alakir.

This commit is contained in:
Mari the Deer 2022-08-03 20:27:30 +02:00
commit cb1b2bc4a1
9 changed files with 154 additions and 12 deletions

View file

@ -398,6 +398,7 @@ Class SWWMLoreLibrary : SWWMStaticThinker
{
if ( ref ~== "Cronos" ) return true;
if ( ref ~== "Kirin" ) return true; // not met
if ( ref ~== "Alakir" ) return true; // likewise
if ( ref ~== "Fabricator" ) return true; // not yet introduced
if ( ref ~== "Administrators" ) return true; // not met
}