Stacking effects

This commit is contained in:
2025-03-02 03:12:51 +01:00
parent a562079d71
commit 590ca23728
5 changed files with 35 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
class_name EffectInflictorComponent
class_name EffectInflictorComponent
extends Node
@export var damage: DamageComponent
@@ -18,5 +18,3 @@ func on_effect_inflicted(target: Node2D, effect: StatusEffectDataResource) -> vo
return
status_effect_component.apply_effect(effect)