This is because they don't have the bait component, which the molebait tag needs in order to work.
Prefab files affected by this:
- antliontrinket.lua
- halloween_ornaments.lua
- heatrock.lua
- marblebean.lua
- winter_ornaments.lua
In heatrock.lua in particular, it seems that AddComponent("bait") was accidentally changed to AddTag("bait"), since it's located right above AddTag("molebait"), which is exactly where AddComponent("bait") is in the heatrock.lua prefab file in singleplayer Reign of Giants.
Steps to Reproduce
- Create a world with no flint, to avoid distractions, and with only dusk, so the moleworm doesn't fall asleep.
- c_spawn("marblebean")
- c_spawn("molehill")
- The moleworm should ignore the marble bean.
- c_find("marblebean"):AddComponent("bait")
- The moleworm should go after the marble bean now that it has the bait component.
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 accountSign in
Already have an account? Sign in here.
Sign In Now