(StringBuilder buffer)
| 1673 | } |
| 1674 | |
| 1675 | private void appendAutoSpellsLine(StringBuilder buffer) |
| 1676 | { |
| 1677 | buffer.append(IOConstants.TAG_AUTOSPELLS).append(':'); |
| 1678 | buffer.append(thePC.getAutoSpells() ? 'Y' : 'N'); |
| 1679 | buffer.append(IOConstants.LINE_SEP); |
| 1680 | } |
| 1681 | |
| 1682 | /** |
| 1683 | * Append the settings related to higher level slot use for spells. |
no test coverage detected