mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Temporary disable creature amount property
This commit is contained in:
@ -240,7 +240,7 @@ void Inspector::updateProperties(CGCreature * o)
|
|||||||
addProperty("Never flees", o->neverFlees, InspectorDelegate::boolDelegate(), false);
|
addProperty("Never flees", o->neverFlees, InspectorDelegate::boolDelegate(), false);
|
||||||
addProperty("Not growing", o->notGrowingTeam, InspectorDelegate::boolDelegate(), false);
|
addProperty("Not growing", o->notGrowingTeam, InspectorDelegate::boolDelegate(), false);
|
||||||
addProperty("Artifact reward", o->gainedArtifact); //TODO: implement in setProperty
|
addProperty("Artifact reward", o->gainedArtifact); //TODO: implement in setProperty
|
||||||
addProperty("Amount", o->stacks[SlotID(0)]->count, false);
|
//addProperty("Amount", o->stacks[SlotID(0)]->count, false);
|
||||||
//addProperty("Resources reward", o->resources); //TODO: implement in setProperty
|
//addProperty("Resources reward", o->resources); //TODO: implement in setProperty
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user