Set the characters eye colour. @param aString the colour of their eyes
(final String aString)
| 1148 | * @param aString the colour of their eyes |
| 1149 | */ |
| 1150 | public void setEyeColor(final String aString) |
| 1151 | { |
| 1152 | setStringFor(PCStringKey.EYECOLOR, aString); |
| 1153 | } |
| 1154 | |
| 1155 | /** |
| 1156 | * Get a number that represents the number of feats added to this character |
nothing calls this directly
no test coverage detected