From 315c8739f4ed43766b0b8391963a2428171ede9c Mon Sep 17 00:00:00 2001 From: reaverb Date: Fri, 8 Aug 2014 02:33:10 -0400 Subject: Improve a comment for _xom_snakes_to_sticks in xom.cc --- crawl-ref/source/xom.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf