MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getSuccessMessage

Method getSuccessMessage

source/goals/GoalMineNGold.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string GoalMineNGold::getSuccessMessage(const Seat &s)
46{
47 std::stringstream tempSS;
48 tempSS << "You have mined more than " << mGoldToMine << " gold coins.";
49 return tempSS.str();
50}
51
52std::string GoalMineNGold::getFailedMessage(const Seat &s)
53{

Callers 2

cListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected