Money bag

This commit is contained in:
lopar 2019-01-11 20:22:41 +02:00
parent 2a48425ec1
commit b6f9621c13
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class ItemClass extends Item
private function wrap($number)
{
if ($number > 0) return ": <b>" . $number . "</b>";
else return ": <b style='color: maroon;'>-" . $number . "</b>";
else return ": <b style='color: maroon;'>" . $number . "</b>";
}
public function printItemStats()