Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
mohemohe authored Apr 2, 2019
1 parent f104ab6 commit 4d423a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/kokoro.io/socialquest.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module.exports = ((robot) => {
if (nextHp > maxHp) {
nextHp = maxHp;
}
msgArray.push(`最後に攻撃を受けてから ${days} 日経過しました。HP回復処理を行います${currentHp}${nextHp}/${maxHp}`);
msgArray.push(`宿屋で休んでから ${days} 日経過しました。 ${currentHp}${nextHp}/${maxHp}`);
}
}

Expand Down Expand Up @@ -228,7 +228,7 @@ module.exports = ((robot) => {
if (nextHp > maxHp) {
nextHp = maxHp;
}
msgArray.push(`最後に攻撃を受けてから ${days} 日経過しました。HP回復処理を行います${currentHp}${nextHp}/${maxHp}`);
msgArray.push(`宿屋で休んでから ${days} 日経過しました。 ${currentHp}${nextHp}/${maxHp}`);
}
}

Expand Down

0 comments on commit 4d423a0

Please sign in to comment.