summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 14cd3f19ec..639c21d6d7 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -345,6 +345,11 @@ bool brand_weapon(brand_type which_brand, int power)
duration_affected = 7;
break;
+ case SPWPN_RETURNING:
+ msg += " wiggles in your hand.";
+ duration_affected = 5;
+ break;
+
default:
break;
}