Skip to content

Commit

Permalink
Buff fish render layer
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 27, 2024
1 parent 5ca7064 commit 11b579f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/fish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for i, v in pairs(fish) do
localised_name = {"entity-name.fish"},
type = "unit",
name = name,
render_layer = "higher-object-above",
render_layer = "light-effect",
icon = "__maraxsis__/graphics/entity/fish/icons/" .. i .. ".png",
icon_size = 64,
subgroup = "creatures",
Expand Down

0 comments on commit 11b579f

Please sign in to comment.