mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-18 17:40:48 +02:00
Temporary disable creature amount property
This commit is contained in:
parent
a0561e9d79
commit
b9e685e857
@ -240,7 +240,7 @@ void Inspector::updateProperties(CGCreature * o)
|
||||
addProperty("Never flees", o->neverFlees, InspectorDelegate::boolDelegate(), false);
|
||||
addProperty("Not growing", o->notGrowingTeam, InspectorDelegate::boolDelegate(), false);
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user