summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-04 17:33:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-04 17:33:14 +0000
commit54374f6bcc0dd6e456823fc74e31a1b63a49d86e (patch)
treebe07306f65be465e2858d2cedeb7e33602317a59 /crawl-ref/source/ghost.cc
parent77623e8d310eae4d66f878911b53e3e3f69ab486 (diff)
downloadcrawl-ref-54374f6bcc0dd6e456823fc74e31a1b63a49d86e.tar.gz
crawl-ref-54374f6bcc0dd6e456823fc74e31a1b63a49d86e.zip
Backport trunk r10094 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10095 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 31f9f96fca..94ba365b08 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -148,7 +148,7 @@ void ghost_demon::init_random_demon()
{
name = make_name(random_int(), false);
- // hp - could be defined below (as could ev, AC etc). Oh well, too late:
+ // hp - could be defined below (as could ev, AC, etc.). Oh well, too late:
max_hp = 100 + roll_dice( 3, 50 );
ev = 5 + random2(20);