diff --git a/maps/planet_prison.lua b/maps/planet_prison.lua index 24101f5e..5de412b7 100644 --- a/maps/planet_prison.lua +++ b/maps/planet_prison.lua @@ -222,7 +222,7 @@ local function redraw_gui(p) } p.gui.left.add(button) - if merchant.alive and not perks.minimap then + if merchant.alive then button = { type = "button", name = "merchant_find",