Skip to content

Commit

Permalink
attempt #2 at fixing luatest
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Jan 13, 2024
1 parent 8cdb398 commit f48a1f1
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 @@ -18,7 +18,7 @@ RECIPE {
{type = 'item', name = 'power-armor-mk2', amount = 1},
{type = 'item', name = 'enzyme-pks', amount = 1},
{type = 'item', name = 'zymogens', amount = 5},
{type = 'item', name = 'resilin', amount = 5},
{type = 'item', name = mods.pyhightech and 'resilin' or 'lignin', amount = 5},
{type = 'item', name = 'strorix-unknown-sample', amount = 5},
{type = 'item', name = 'purine-analogues', amount = 15},
{type = 'item', name = 'pheromones', amount = 100},
Expand Down

0 comments on commit f48a1f1

Please sign in to comment.