summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 963cba6d11..739ece6593 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -1427,6 +1427,7 @@ void cast_swiftness(int power)
// you're levitating, for instance.
_increase_duration(DUR_SWIFTNESS, 20 + random2(power), 100,
"You feel quick.");
+ did_god_conduct(DID_HASTY, 8, true);
}
void cast_fly(int power)