New Content - Implemented Display Fullness Counter (WARNING: Not funny.)

slyz

Developer
New trivial update: the fullness counter can now be shown on the character pane.

For reference:
Code:
<Tr><td align=right>Fullness:</td><td><b>15</b></td></tr>
in compact mode:
Code:
<tr><td align=right>Full:</td><td align=left><b>15</b></td></tr>

It looks like the name is always "Fullness".

This shouldn't be hard to parse, but, since it is optional, the code in UseItemRequest will have to stay.
 
Top