Space in hint

This commit is contained in:
Ruben 2016-09-04 17:38:05 +01:00
parent 0201eb1584
commit 5df128ca38
1 changed files with 1 additions and 1 deletions

View File

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