This commit is contained in:
2026-05-26 20:34:24 +09:00
parent d744213342
commit 140818500e
+1 -1
View File
@@ -1,7 +1,7 @@
local main = {} local main = {}
function main.recipe_hidden(event) function main.recipe_hidden(event)
local status = (event.name == defines.events.on_player_cheat_mode_enabled and false) or true local status = (event.name ~= defines.events.on_player_cheat_mode_enabled)
for _, v in pairs(prototypes.fluid) do for _, v in pairs(prototypes.fluid) do
if v.subgroup == 'fluid' then if v.subgroup == 'fluid' then