Ibuki's secret drawing shouldn't pop up in Eviternity, it was drawn in 2171.
This commit is contained in:
parent
00ff1706db
commit
63744d30f3
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ Class DemolitionistSecretTab : DemolitionistMenuTab
|
|||
String str = StringTable.Localize("$SWWM_KIRINPOEM");
|
||||
l = master.mSmallFont.BreakLines(str,600);
|
||||
}
|
||||
else if ( (gameinfo.gametype&GAME_Heretic) || SWWMUtility.IsEviternity() || SWWMUtility.IsEviternityTwo() )
|
||||
else if ( gameinfo.gametype&GAME_Heretic )
|
||||
{
|
||||
img = TexMan.CheckForTexture("graphics/KBase/Drawing_Ibuki.png");
|
||||
sub = StringTable.Localize("$SWWM_CUTIECLUB");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue