Skip to content

Commit

Permalink
Fix wings ability tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Jul 21, 2014
1 parent 6f324bc commit cb51f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/armor/items/TravelGear.java
Expand Up @@ -182,7 +182,7 @@ public void addInformation (ItemStack stack, EntityPlayer player, List list, boo
list.add("\u00a76Ability: Swift Swim");
break;
case Legs:
list.add("\u00a76Ability: Featherfall");
list.add("\u00a76Ability: High Jump");
break;
case Feet:
list.add("\u00a76Ability: High Step");
Expand Down

0 comments on commit cb51f1e

Please sign in to comment.