Skip to content

Commit

Permalink
Remove tear-flag logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Math-Man committed Feb 19, 2024
1 parent 3af015d commit b1695b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/items/samuraiBlade/onDealingDamage/SecretTearSpawner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ export function spawnSecretTear(player: EntityPlayer, targetEntity: Entity): voi
tear.Visible = true;
tear.Height = originalTearHeight + 1;
} else {
// Creates a chunky audio effect, spawns some nice particles on hit. Also works with things like crickets body, it looks like an intended effect.
tear.ChangeVariant(TearVariant.SWORD_BEAM);
}

// Creates a chunky audio effect, spawns some nice particles on hit. Also works with things like crickets body, it looks like an intended effect.
logTearFlags(tear.TearFlags);
}

0 comments on commit b1695b8

Please sign in to comment.