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:
parent
1e5e8dcf2b
commit
151f1a93a5
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ public class ItemStabilizedRiftSignature extends ItemRiftSignature
|
|||
else
|
||||
{
|
||||
par3List.add("First click stores a location,");
|
||||
par3List.add("second click creates two rifts");
|
||||
par3List.add("that link the locations together.");
|
||||
par3List.add("other clicks create rifts linking");
|
||||
par3List.add("the first and last locations together.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue