You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current sim implementation, ReplaceBySource and Replace stacking behaviors will trigger a ModifierRemoved event and call the OnRemove listener when being replaced (IE: another application is occurring). This results in any removal behavior being triggered:
This does not match the game behavior. In-game, these replace stacking/refresh scenarios do not cause a removal to be triggered. These emitRemove calls should be removed from these stacking behaviors
The text was updated successfully, but these errors were encountered:
In the current sim implementation,
ReplaceBySource
andReplace
stacking behaviors will trigger aModifierRemoved
event and call theOnRemove
listener when being replaced (IE: another application is occurring). This results in any removal behavior being triggered:srsim/pkg/engine/modifier/add.go
Lines 111 to 139 in 3f1c354
This does not match the game behavior. In-game, these replace stacking/refresh scenarios do not cause a removal to be triggered. These
emitRemove
calls should be removed from these stacking behaviorsThe text was updated successfully, but these errors were encountered: