Skip to content

Commit 2c37540

Browse files
committed
fix(zc): fix mirror shield not resetting the last used mirror combo position
1 parent f80e024 commit 2c37540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zc/weapons.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7183,6 +7183,7 @@ void weapon::onhit(bool clipped, int32_t special, int32_t linkdir, enemy* e, int
71837183
if(reflect)
71847184
{
71857185
ignoreHero = true;
7186+
ignorecombo = -1;
71867187
if(!isLWeapon)
71877188
{
71887189
if(Ewpns.remove(this))

0 commit comments

Comments
 (0)