Skip to content
Snippets Groups Projects
Commit 43d6a106 authored by deuce's avatar deuce
Browse files

Fix typo.

parent e37b0905
Branches
Tags
No related merge requests found
......@@ -178,7 +178,7 @@ void Healing(struct player *pl)
nl();
if(pl->hps == pl->maxhps)
DL(config.textcolor, "Yoy don't need healing.");
DL(config.textcolor, "You don't need healing.");
if(pl->hps < pl->maxhps) {
DL(config.textcolor, "You have ",white,commastr(pl->healing),config.textcolor, " healing potions.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment