fix inventory image parameter value

Este commit está contenido en:
flux 2020-04-30 21:52:25 +00:00
padre f341f26905
commit 14a123c7b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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,