Jump to content

I fixed Willow's lighter


phasic
  • Version: PC/MAC/Linux Pending

Willow's lighter does not relight upon transition from interior to interior or interior to exterior. The instance of the lighterfire prefab upon equipping is not initialized with the inst.fire:AddTag("INTERIOR_LIMBO_IMMUNE") tag. Therefore, the lighterfire prefab does not survive interior limbo like a torch would. This change can be made in the scripts/prefab/lighter.lua file, adding the line to add the tag after line 25.


Steps to Reproduce
add inst.fire:AddTag("INTERIOR_LIMBO_IMMUNE") after line 25 in scripts/prefab/lighter.lua
  • Thanks 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...