diff --git a/maps/pirates/interface.lua b/maps/pirates/interface.lua index 4873a4cf..f4905a1a 100644 --- a/maps/pirates/interface.lua +++ b/maps/pirates/interface.lua @@ -912,7 +912,7 @@ local function base_kill_rewards(event) memory.playtesting_stats.coins_gained_by_nests_and_worms = memory.playtesting_stats.coins_gained_by_nests_and_worms + coin_amount elseif entity_name == 'behemoth-worm-turret' then iron_amount = 50 - coin_amount = 280 + coin_amount = 280 memory.playtesting_stats.coins_gained_by_nests_and_worms = memory.playtesting_stats.coins_gained_by_nests_and_worms + coin_amount elseif memory.overworldx > 0 then --avoid coin farming on first island if entity_name == 'small-biter' then diff --git a/maps/pirates/shop/shop.lua b/maps/pirates/shop/shop.lua index e7a0d69f..c94f978c 100644 --- a/maps/pirates/shop/shop.lua +++ b/maps/pirates/shop/shop.lua @@ -56,7 +56,6 @@ end local function purchaseData(market, player, offer_index) --a proper rewriting of this function would directly check market entities against saved references to them in memory, but we haven't had time to rewrite it yet - local memory = Memory.get_crew_memory() local destination = Common.current_destination() local alloffers = market.get_market_items()