Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PunishXIV/Splatoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Limiana committed Sep 5, 2024
2 parents 3e25a92 + ff0beec commit e62bb62
Show file tree
Hide file tree
Showing 4 changed files with 926 additions and 134 deletions.
2 changes: 1 addition & 1 deletion Splatoon/Serializables/Element.cs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public bool ShouldSerializerefX()

public bool ShouldSerializeDonut()
{
return type.EqualsAny(0, 1, 2, 3) && Donut > 0;
return type.EqualsAny(0, 1, 4, 5) && Donut > 0;
}
public bool ShouldSerializeoverrideFillColor()
{
Expand Down
Loading

0 comments on commit e62bb62

Please sign in to comment.