diff --git a/manifest.json b/manifest.json index 7c36321..ace2a75 100644 --- a/manifest.json +++ b/manifest.json @@ -12,5 +12,5 @@ "Bakery (>=0.1.26~*)" ], "conflicts": ["Jen"], - "version": "0.2.3" + "version": "0.2.4" } \ No newline at end of file diff --git a/src/main.lua b/src/main.lua index f8dcf38..6df891b 100644 --- a/src/main.lua +++ b/src/main.lua @@ -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