Discrepancies between graze counter and GetEventArgument(0) in EV_GRAZE
MorphoWings opened this issue · 0 comments
MorphoWings commented
If you're standing within the bullet cancel radius of a bomb, and you graze bullets that are spawned and canceled on the same frame, it counts towards the graze counter (and seems to count towards item value in games that use graze counter for item value) but it does not get counted towards GetEventArgument(0) in EV_GRAZE, leading to a discrepancy in some games where you can get rewarded for graze through mechanics that look at the graze counter but not through mechanics that look in EV_GRAZE. Not sure if this is intended? Just wanted to bring it up in case it's not.