Fixed Tooltip for ItemStabilizedRiftSignature

Fixed the tooltip for the Stabilized Rift Signature - it was a copy of
the Rift Signature's tooltip.
This commit is contained in:
SenseiKiwi
2014-03-16 22:55:26 -04:00
parent 1e5e8dcf2b
commit 151f1a93a5

View File

@@ -119,8 +119,8 @@ public class ItemStabilizedRiftSignature extends ItemRiftSignature
else else
{ {
par3List.add("First click stores a location,"); par3List.add("First click stores a location,");
par3List.add("second click creates two rifts"); par3List.add("other clicks create rifts linking");
par3List.add("that link the locations together."); par3List.add("the first and last locations together.");
} }
} }
} }