Jump to content

Moongleams have low priority for "NET" action because they don't have the health component


loganpea
  • Pending

As of update 718694 (live branch):


Steps to Reproduce
  • local a = c_spawn("moonstorm_spark") a:AddComponent("health") a.components.perishable:StopPerishing() a.components.locomotor.walkspeed = 0 a.components.workable:SetWorkLeft(1000)
  • local b = c_spawn("moonstorm_spark") b.components.perishable:StopPerishing() b.components.locomotor.walkspeed = 0 b.components.workable:SetWorkLeft(1000)
  • local c = c_spawn("butterfly") c.components.locomotor.walkspeed = 0 c.components.workable:SetWorkLeft(1000)
  • local d = c_equip("bugnet") c_equip("raincoat") d:RemoveComponent("finiteuses")



User Feedback


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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...