Jump to content

Glow Berry and Lesser Glow Berry look the same due to a typo


Tykvesh
  • Pending

Currently Lesser Glow Berry uses the same sprite as regular Glow Berry:

1732380544_DontStarveTogetherScreenshot2020_12.23-19_57_45_39.png.d3a0337a8e6422042b9022827b4999ab.png 480045834_DontStarveTogetherScreenshot2020_12.23-19_58_27_60.png.feaa4f52af3b533f29798715155e2b50.png

This is due to prefabs/wormlight.lua's item_commonfn, where "bank" and "build" arguments are ignored:

Quote

local function item_commonfn(bank, build, masterfn)
    local inst = CreateEntity()

    inst.entity:AddTransform()
    inst.entity:AddAnimState()
    inst.entity:AddLight()
    inst.entity:AddNetwork()

    inst.AnimState:SetBank("worm_light")
    inst.AnimState:SetBuild("worm_light")


Steps to Reproduce

  • Like 8
  • Thanks 1
  • Big Ups 1



User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...