Space in hint
This commit is contained in:
parent
0201eb1584
commit
5df128ca38
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class Game
|
|||
|
||||
if($diffExpression) {
|
||||
$diffExpressionText = $betterHit->getExpressions()::$EXPRESSIONS_2ND_PERSON[$diffExpression];
|
||||
$text .= " To show your empathy, you have to " . $diffExpressionText . $diff . "% " . $diffText;
|
||||
$text .= " To show your empathy, you have to " . $diffExpressionText ." " . $diff . "% " . $diffText;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue