1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-06 00:23:49 +02:00

planet_prison: allow "merchant" button

If you get GPS receiver from the store it would cause "merchant"
button to disappear, which is annoying.
This commit is contained in:
cogito 2020-01-11 19:07:24 +01:00
parent 16a391648b
commit 7760fced0c

View File

@ -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",