We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958b5a6 commit e6a0fefCopy full SHA for e6a0fef
1 file changed
core/client/util/dicerollentry.cpp
@@ -53,7 +53,7 @@ DiceRollResult DiceRollEntry::roll(bool signOnPositive) const
53
return DiceRollResult("",0);
54
else
55
{
56
- QString text = signString(signOnPositive)+QString::number(std::abs(value_));
+ QString text = signString(signOnPositive)+QString::number(std::abs(value_))+nameString();
57
return DiceRollResult(text,value_);
58
}
59
0 commit comments