mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-02-18 05:30:29 +00:00
tidying
This commit is contained in:
parent
87626f2424
commit
2036ca4b96
@ -114,8 +114,8 @@ class Character extends AbstractFile
|
|||||||
if (index > 0 && index <= spellList.size ())
|
if (index > 0 && index <= spellList.size ())
|
||||||
spellBook.add (spellList.get (index - 1));
|
spellBook.add (spellList.get (index - 1));
|
||||||
else
|
else
|
||||||
System.out.println (name + " SpellID : " + index + " is outside range 1:"
|
System.out.println ("LinkSpell: " + name + " SpellID : " + index
|
||||||
+ spellList.size ());
|
+ " is outside range 1:" + spellList.size ());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -284,7 +284,7 @@ class Character extends AbstractFile
|
|||||||
public String toString ()
|
public String toString ()
|
||||||
{
|
{
|
||||||
return String.format ("%s%-15s (%d)", equipped ? "*" : " ", item.getName (),
|
return String.format ("%s%-15s (%d)", equipped ? "*" : " ", item.getName (),
|
||||||
item.getCost ());
|
item.getCost ());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user