Skip to content

Commit

Permalink
attempt to fix luatest
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 14, 2024
1 parent 1a8c972 commit 1d28c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/creatures/phadaisus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ RECIPE {
ingredients = {
{type = 'fluid', name = 'light-oil', amount = 250},
{type = 'fluid', name = 'kerosene', amount = 1500},
{type = 'fluid', name = 'aniline', amount = 500},
{type = 'fluid', name = mods.pyalternativeenergy and 'aniline' or 'water', amount = 500},
},
category = 'chemistry',
results = {
Expand Down

0 comments on commit 1d28c38

Please sign in to comment.