Skip to content

Commit

Permalink
Update Kitsune.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeBane authored Mar 1, 2022
1 parent 3b6bf07 commit 318b09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Races/Kitsune/Kitsune.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public override void ResetEffects(Player player)
tailCount++;
}
if (tailCount != oldTailCount)
{
{
Main.NewText("(placeholder) New tail get. Tail Count: " + tailCount);
oldTailCount = tailCount;
texture_Color = ShaggyAddonRaces.GetTexture("Content/RaceTextures/Kitsune/Tail/Kitsune_Tail" + tailCount + "_Color");
Expand Down

0 comments on commit 318b09e

Please sign in to comment.