summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 12329c658d..dac21e32aa 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -358,6 +358,10 @@ bool check_transformation_stat_loss(const std::set<equipment_type> &remove,
// and Might running out at an inopportune moment.
if (you.duration[DUR_MIGHT])
prop_str += 5;
+ if (you.duration[DUR_BRILLIANCE])
+ prop_int += 5;
+ if (you.duration[DUR_AGILITY])
+ prop_dex += 5;
if (prop_str >= you.strength
|| prop_int >= you.intel