Catcoons will take the following items if they are on the ground but won't accept them as trade because they lack the tradeable component, despite having the eligible tag in ShouldAcceptItem in catcoon.lua
- balloon
- balloonparty
- balloonspeed
- balloons_empty
- balloonvest
- carnival_prizeticket
- coontail
- featherpencil
- halloween_ornaments (none of them)
- marblebean
- moonbutterfly (they do accept a live butterfly and moonbutterflywings though)
- moontree_blossom
- oceanfishingbobber (none of them)
- pocketwatch_parts
- tallbirdegg
The function in question:
local function ShouldAcceptItem(inst, item) if item:HasTag("cattoy") or item:HasTag("catfood") or item:HasTag("cattoyairborne") then return true else return false end end
Steps to Reproduce
-
1
A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.
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