Skip to content

Commit

Permalink
Re-enable stat shifting for Gnolls worshipping Jiyva
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
Floodkiller committed Feb 4, 2019
1 parent a2afb6c commit 6927998
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crawl-ref/source/timed-effects.cc
Expand Up @@ -874,11 +874,9 @@ static void _jiyva_effects(int /*time_delta*/)
}
}

// Gnolls can't shift stats
if (have_passive(passive_t::fluid_stats)
&& x_chance_in_y(you.piety / 4, MAX_PIETY)
&& !player_under_penance() && one_chance_in(4)
&& you.species != SP_GNOLL)
&& !player_under_penance() && one_chance_in(4))
{
jiyva_stat_action();
}
Expand Down

0 comments on commit 6927998

Please sign in to comment.