This commit is contained in:
2026-05-26 21:54:56 +09:00
parent e38d8732dd
commit c89f649192
2 changed files with 0 additions and 17 deletions
-13
View File
@@ -1,13 +0,0 @@
local main = {}
function main.recipe_hidden(event)
local status = (event.name == defines.events.on_player_cheat_mode_enabled)
for _, v in pairs(prototypes.fluid) do
if v.subgroup == 'fluid' then
prototypes.recipe['super-pump-' .. v.name].enabled = status
end
end
end
return main