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
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1082 \cu(Thu 4 Jan 22:49:10 CET 2024)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1082 \cu(2024-01-04 22:49:10)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1083 \cu(Thu 4 Jan 22:50:28 CET 2024)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1083 \cu(2024-01-04 22:50:28)\c-";
|
||||
|
|
|
|||
|
|
@ -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