Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherae committed Nov 25, 2024
1 parent ab00165 commit 99f188b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stats/effects/fu_weaponeffects/bleeding/bleeding.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
function init()
self.source=effect.sourceEntity()
animator.setParticleEmitterOffsetRegion("healing", mcontroller.boundBox())
animator.setParticleEmitterEmissionRate("healing", config.getParameter("emissionRate", 3))
animator.setParticleEmitterActive("healing", true)
Expand All @@ -24,7 +25,7 @@ function update(dt)
damageType = "IgnoresDef",
damage = damageVal,
damageSourceKind = "bow",
sourceEntityId = entity.id()
sourceEntityId = self.source
})
end
end
Expand Down

0 comments on commit 99f188b

Please sign in to comment.