Money bag
This commit is contained in:
parent
2a48425ec1
commit
b6f9621c13
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user