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:
parent
16a391648b
commit
7760fced0c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user