mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
- probably fixed 1671
- fixed missing loss condition in Birth of Barbarian - fixed some bugs found by cppcheck
This commit is contained in:
@ -4464,7 +4464,7 @@ void CArtPlace::setArtifact(const CArtifactInstance *art)
|
||||
else
|
||||
{
|
||||
baseType = CComponent::artifact;
|
||||
type = art->artType->iconIndex;
|
||||
type = art->artType->id;
|
||||
bonusValue = 0;
|
||||
}
|
||||
if (art->artType->constituents) //display info about components of combined artifact
|
||||
|
Reference in New Issue
Block a user