summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 14:13:55 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 14:13:55 +0000
commit6738ceef646e7cefd453943524cffec775b4c1ab (patch)
tree5ba044fbca142bd87751ff7aab9e6ab2f9b2e51b /crawl-ref/source/misc.cc
parent92d4e997d64fe4037690f1a1b57648e2494c21c2 (diff)
downloadcrawl-ref-6738ceef646e7cefd453943524cffec775b4c1ab.tar.gz
crawl-ref-6738ceef646e7cefd453943524cffec775b4c1ab.zip
Fixed bug 1636467, sometimes monsters were getting no energy.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@851 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 747e4f8457..a709611da4 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2116,7 +2116,7 @@ void run_environment_effects()
const int sfx_chance = Base_Sfx_Chance * you.time_taken / 10;
const int nseeds = sfx_seeds.size();
- // If there is a large number of seeds, speed things up by fudging the
+ // If there are a large number of seeds, speed things up by fudging the
// numbers.
if (nseeds > 100)
{