summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 078d80be82..8d797a1e31 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -607,8 +607,8 @@ void expose_player_to_element(beam_type flavour, int strength)
void lose_level()
{
- // Because you.experience is unsigned long, if it's going to be -ve
- // must die straightaway.
+ // Because you.experience is unsigned long, if it's going to be
+ // negative, must die straightaway.
if (you.experience_level == 1)
{
ouch(INSTANT_DEATH, NON_MONSTER, KILLED_BY_DRAINING);