Fix index error
This commit is contained in:
parent
43113e16e2
commit
8c4ce9bb00
2 changed files with 2 additions and 2 deletions
|
|
@ -12,5 +12,5 @@
|
|||
"Bakery (>=0.1.26~*)"
|
||||
],
|
||||
"conflicts": ["Jen"],
|
||||
"version": "0.2.3"
|
||||
"version": "0.2.4"
|
||||
}
|
||||
|
|
@ -353,7 +353,7 @@ function Game:update(dt)
|
|||
break
|
||||
end
|
||||
|
||||
honey[first].sell_cost = v.sell_cost + honey[second].sell_cost
|
||||
honey[first].sell_cost = honey[first].sell_cost + honey[second].sell_cost
|
||||
honey[first].ability.extra.is_corrupted = true
|
||||
honey[second]:start_dissolve()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue