Minor message change

This commit is contained in:
Linus_Probert 2018-02-28 09:32:37 +01:00
parent c8ca84d997
commit 727e1f5dd3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ stats_fight(Stats *attacker, Stats *defender)
if (critical) {
dmgRoll = dmgRoll * 2;
gui_log("You have scored a critical hit");
gui_log("CRITICAL HIT!");
}
defender->hp -= dmgRoll;