Skip to content

Commit 8a5e1d2

Browse files
committed
Update REssenceFlayer.cs
1 parent ee2f452 commit 8a5e1d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Content/RemakeItems/Melee/REssenceFlayer.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ public override void MeleeEffect() {
261261
}
262262
}
263263

264-
public override void Shoot() => OrigItemShoot();
264+
public override void Shoot() {
265+
Projectile.NewProjectile(Source, ShootSpanPos, ShootVelocity, ShootID, Projectile.damage, Projectile.knockBack / 2, Projectile.owner);
266+
}
265267
}
266268
}

0 commit comments

Comments
 (0)