Jump to content

Help making custom chest monkey proof


Recommended Posts

Hi everyone!

As part of a mod I'm trying to edit the monkey brain so that it cannot loot a chest with a certain tag ("monkeyproof"), however, all my attempts at doing so with the AddBrainPostInit have thus far failed.

If anyone has any ideas that might help me solve this problem, the help will be greatly appreciated.

Thanks in advance

Link to comment
Share on other sites

You would have to change the "AnnoyLeader" node in the monkeybrain.lua file or add one of the NO_LOOTING_TAGS to your container.

Spoiler

That being "INLIMBO", "catchable", "fire", "irreplaceable", "heavy", "outofreach" and "spider"

 

Link to comment
Share on other sites

Posted (edited)

I ended up going with adding one of the no looting tags to the container since that was so much simpler than trying to modify the brain post init

 

Edited by Golden Birdman
grammar fix
  • Like 1
Link to comment
Share on other sites

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
 Share

×
  • Create New...