Browse Source

stop gold from displaying red

pull/2665/head
qndel 5 years ago committed by Anders Jenbo
parent
commit
0ca5b4af34
  1. 1
      Source/debug.cpp

1
Source/debug.cpp

@ -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...";
}

Loading…
Cancel
Save