From aaaf25173613a29674b9e86c0cd871c888749639 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 6 May 2009 17:47:45 +0000 Subject: Make Trog's Hand grant both regeneration and magic resistance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9741 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index 566cea8741..8be6b565d5 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -1682,7 +1682,7 @@ static bool _do_ability(const ability_def& abil) case ABIL_TROG_REGENERATION: // Trog abilities don't use or train invocations. - cast_regen(you.piety/2); + cast_regen(you.piety / 2, true); break; case ABIL_TROG_BROTHERS_IN_ARMS: -- cgit v1.2.3-54-g00ecf