Jump to content

Catcoons do not accept many items with the "cattoy" tag because said items lack the tradeable component


lakhnish
  • Fixed

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

 

  • Like 1



User Feedback


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.

There are possibly many more items that catcoons could accept that should fulfill the ShouldAcceptItem function that I've missed (I just copied what I posted previously and many more items have been added since then).

I don't know if these items are intended to be tradeable or not.

Share this comment


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

×
  • Create New...