mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-19 10:19:59 +09:00
.
This commit is contained in:
@@ -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)
|
local status = game.players[event.player_index].cheat_mode
|
||||||
|
|
||||||
for _, v in pairs(prototypes.fluid) do
|
for _, v in pairs(prototypes.fluid) do
|
||||||
if v.subgroup == 'fluid' then
|
if v.subgroup == 'fluid' then
|
||||||
|
|||||||
Reference in New Issue
Block a user