summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index f073961c06..b71993f595 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1600,7 +1600,8 @@ static int _xom_random_stickable(const int HD)
return arr[c];
}
-// A near-inversion of sticks_to_snakes with the following limitations:
+// An effect similar to old sticks to snakes (which worked on "sticks" other
+// than arrows)
// * Transformations are permanent.
// * Weapons are always non-cursed.
// * HD influences the enchantment and type of the weapon.