stop gold from displaying red

This commit is contained in:
qndel 2021-08-21 13:48:46 +02:00 committed by Anders Jenbo
commit 0ca5b4af34

View file

@ -120,6 +120,7 @@ std::string DebugCmdGiveGoldCheat(const std::string_view parameter)
myPlayer._pGold += GOLD_MAX_LIMIT;
itemId = myPlayer._pNumInv;
}
CalcPlrInv(MyPlayerId, true);
return "You are now rich! If only this was as easy in real life...";
}