summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-09 22:20:53 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-09 22:20:53 +0000
commit8ad6699a59e080bff1badeff6d8bd8a412fa08bf (patch)
treec1ec2371e85cacbbfebeef0d9e4820ac72bb9faa /crawl-ref/source/externs.h
parente62439d8229864fc418aa9c2fccce7c39367670c (diff)
downloadcrawl-ref-8ad6699a59e080bff1badeff6d8bd8a412fa08bf.tar.gz
crawl-ref-8ad6699a59e080bff1badeff6d8bd8a412fa08bf.zip
Implementation of 1609111: resting gives a message when it stops
explaining why. Theoretically, the message should be in MULTITURN_ACTION, but since some people (ahem) dislike that channel, I've put it in PLAIN. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@605 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index a502a47c46..a43f843e52 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -588,7 +588,7 @@ struct monsters
int hit_points;
int max_hit_points;
int hit_dice;
- int armour_class; // great -- more mixed american/proper spelling
+ int armour_class;
int evasion;
unsigned int speed;
unsigned int speed_increment;