summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index b5321d13a1..f965824c36 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1416,6 +1416,8 @@ std::string weird_writing()
bool scramble(void)
{
+ if (you.attribute[ATTR_TRANSFORMATION] == TRAN_STATUE)
+ return (false);
int max_carry = carrying_capacity();
if ((max_carry / 2) + random2(max_carry / 2) <= you.burden)