Jump to content

Abigail's Flower Action


Rickzzs
  • Fixed

I may as well consider this as a feature.

in componentactions.lua:1178

summoningitem = function(inst, doer, target, actions, right)
			if not target.inlimbo and target.replica.follower ~= nil and target.replica.follower:GetLeader() == doer and doer:HasTag("ghostfriend_summoned") then
				table.insert(actions, ACTIONS.CASTUNSUMMON)
			end
        end,

target is not restricted to Wendy's own Abigail. So you can use the flower to:

1. unsummon your Abigail on other Abigails. This is reasonable.(edit: this is not possible, I thought it made sense though)

2. unsummon your Abigail on your followers, like pigs, gnarwails. This is weird.


Steps to Reproduce

Play as Wendy, drag Abigail's flower over entities that is your follower.

  • Like 1
  • Wavey 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.


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...