From 6738ceef646e7cefd453943524cffec775b4c1ab Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 16 Jan 2007 14:13:55 +0000 Subject: 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 --- crawl-ref/source/misc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/misc.cc') 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) { -- cgit v1.2.3-54-g00ecf