mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed stack artifact (and related buttons) not displaying in creature window.
This commit is contained in:
@@ -392,7 +392,7 @@ void CCreatureWindow::init(const CStackInstance *Stack, const CBonusSystemNode *
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CGI->modh->modules.STACK_EXP)
|
if (CGI->modh->modules.STACK_ARTIFACT)
|
||||||
{
|
{
|
||||||
creArt = true;
|
creArt = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user