Skip to content

Commit

Permalink
Merge pull request #34 from fluxionary/53_fixes
Browse files Browse the repository at this point in the history
fix inventory image parameter value
  • Loading branch information
D00Med committed Apr 30, 2020
2 parents f341f26 + 14a123c commit 3659705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for _, row in ipairs(plants) do
description = desc,
tiles = {"scifi_nodes_"..name..".png"},
drawtype = "plantlike",
inventory_image = {"scifi_nodes_"..name..".png"},
inventory_image = "scifi_nodes_"..name..".png",
groups = {snappy=1, oddly_breakable_by_hand=1, dig_immediate=3, flora=1},
paramtype = "light",
visual_scale = size,
Expand Down

0 comments on commit 3659705

Please sign in to comment.