summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-24 16:48:13 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-24 16:48:13 +0000
commitb7ac591dc242d7a44a948cf6e595f42b3e0ddb4c (patch)
tree63d8afde9c2535700271e229672e6ba35aafbb79 /crawl-ref/source/output.cc
parent41e190ba7ba3042c35dc4e9d40d7eba592d961fb (diff)
downloadcrawl-ref-b7ac591dc242d7a44a948cf6e595f42b3e0ddb4c.tar.gz
crawl-ref-b7ac591dc242d7a44a948cf6e595f42b3e0ddb4c.zip
Mention Gargoyle flight on %
Since Te and black Dr show it here too.
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 097619967a..8f6d6173a0 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -2723,6 +2723,8 @@ static string _status_mut_abilities(int sw)
break;
case SP_GARGOYLE:
+ if (you.experience_level >= 14)
+ mutations.push_back("able to fly continuously");
AC_change += 2 + you.experience_level * 2 / 5
+ max(0, you.experience_level - 7) * 2 / 5;
break;