summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-08-08 02:33:10 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-08-08 15:00:13 -0400
commit315c8739f4ed43766b0b8391963a2428171ede9c (patch)
tree535a7686da86ec8357b4b77e422ce2725cdf8dfb
parentca238f51c8aa0e17acedeeb1025195b73bbe5c0e (diff)
downloadcrawl-ref-315c8739f4ed43766b0b8391963a2428171ede9c.tar.gz
crawl-ref-315c8739f4ed43766b0b8391963a2428171ede9c.zip
Improve a comment for _xom_snakes_to_sticks in 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.