From 606eefbdd7ea6cfff1a93fc080d2ff6629e3c52d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 21 Oct 2007 22:19:23 +0000 Subject: 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 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') 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 -- cgit v1.2.3-54-g00ecf