summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-21 22:19:23 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-21 22:19:23 +0000
commit606eefbdd7ea6cfff1a93fc080d2ff6629e3c52d (patch)
treedf32880cad47dd37d717fc743e76bad2c9a7a4fe /crawl-ref/source/player.cc
parent5ac4b2438892dc2cbe9afd738b760b2501bf91fc (diff)
downloadcrawl-ref-606eefbdd7ea6cfff1a93fc080d2ff6629e3c52d.tar.gz
crawl-ref-606eefbdd7ea6cfff1a93fc080d2ff6629e3c52d.zip
Demigods no longer have a fast metabolism and gain random stats
more often. I thought there was a FR about this somewhere but maybe it was "only" suggested in the discussion group. Anyway, I've been told this has been sanctioned from "high up", so here it is. ;) Oh, and fix that Demonspawn plural. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2513 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 06169ab102..161d93a54d 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -3028,7 +3028,7 @@ void level_change(bool skip_ability_increase)
break;
case SP_DEMIGOD:
- if (!(you.experience_level % 3))
+ if (!(you.experience_level % 2))
modify_stat(STAT_RANDOM, 1, false, "level gain");
// lowered because of HD raise -- bwr