This commit is contained in:
2026-05-26 20:16:56 +09:00
parent 82f844489e
commit 33b33406cc
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local main = {}
function main.recipe_hidden(event)
local hidden = (event.name == defines.events.on_player_cheat_mode_enabled and true) or false
local hidden = (event.name == defines.events.on_player_cheat_mode_enabled and false) or true
for _, v in pairs(prototypes.fluid) do
if v.subgroup == 'super-pump-fluid' then