vomit countdown comment typo

A word got left out.
This commit is contained in:
PatR
2017-09-25 11:15:29 -07:00
parent 719af503e7
commit a69e4d4ec4

View File

@@ -203,7 +203,7 @@ vomiting_dialogue()
countdown, and it was still possible to move around between countdown, and it was still possible to move around between
that message and "You can move again." (from vomit()'s that message and "You can move again." (from vomit()'s
nomul(-2)) with no intervening message; give one here to nomul(-2)) with no intervening message; give one here to
have a more specific at which hero became unable to move have more specific point at which hero became unable to move
[vomit() issues its own message for the cantvomit() case] */ [vomit() issues its own message for the cantvomit() case] */
You("%s!", !Hallucination ? "vomit" : "hurl chunks"); You("%s!", !Hallucination ? "vomit" : "hurl chunks");
} }