Skip to content

Commit

Permalink
Merge pull request #60 from hovatterz/spelling
Browse files Browse the repository at this point in the history
Fix spelling issue when eating Royal Jelly
  • Loading branch information
zpmorgan committed Feb 13, 2013
2 parents 9749eb9 + a8b7f2e commit 78cf1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void iuse::royal_jelly(game *g, player *p, item *it, bool t)
p->rem_disease(DI_ASTHMA);
}
if (p->has_disease(DI_COMMON_COLD) || p->has_disease(DI_FLU)) {
message = "You feel healther!";
message = "You feel healthier!";
p->rem_disease(DI_COMMON_COLD);
p->rem_disease(DI_FLU);
}
Expand Down

0 comments on commit 78cf1da

Please sign in to comment.