|
@@ -628,7 +628,7 @@ local function fontTaskNet(id, human)
|
|
|
ret.taskDesc = getTaskDesc(cf)
|
|
ret.taskDesc = getTaskDesc(cf)
|
|
|
ret.maxValue = getMaxValue(cf)
|
|
ret.maxValue = getMaxValue(cf)
|
|
|
ret.nowValue = math.min(getValue(human, cf), ret.maxValue)
|
|
ret.nowValue = math.min(getValue(human, cf), ret.maxValue)
|
|
|
- ret.item = ret.item or {}
|
|
|
|
|
|
|
+ ret.item = ret.item or {}
|
|
|
Grid.makeItem(ret.item, cf.items[1][1], cf.items[1][2])
|
|
Grid.makeItem(ret.item, cf.items[1][1], cf.items[1][2])
|
|
|
ret.panelID = cf.panelID
|
|
ret.panelID = cf.panelID
|
|
|
ret.state = getTaskState(human, id, cf)
|
|
ret.state = getTaskState(human, id, cf)
|