summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-11 20:00:52 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-11 20:00:52 +0000
commit6f27175d3cc8b754380035036d1dbbb109b5cebe (patch)
tree2ecd8882fdce44907fce5845e14773b2999223e6 /crawl-ref/source/spells2.cc
parent260284a5ad0dbc2448bb3f5dd80ea0efb9daef42 (diff)
downloadcrawl-ref-6f27175d3cc8b754380035036d1dbbb109b5cebe.tar.gz
crawl-ref-6f27175d3cc8b754380035036d1dbbb109b5cebe.zip
Rename Transmigration -> Transmutation.
Move randart spellbook tiles into subfolder /artefact, like for other artefacts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8415 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 896c25c864..22a99236c8 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1047,7 +1047,7 @@ bool cast_sticks_to_snakes(int pow, god_type god)
monster_type mon = MONS_PROGRAM_BUG;
const int dur = std::min(3 + random2(pow) / 20, 5);
- int how_many_max = 1 + random2(1 + you.skills[SK_TRANSMIGRATION]) / 4;
+ int how_many_max = 1 + random2(1 + you.skills[SK_TRANSMUTATION]) / 4;
const bool friendly = (!item_cursed(wpn));
const beh_type beha = (friendly) ? BEH_FRIENDLY : BEH_HOSTILE;
const unsigned short hitting = (friendly) ? you.pet_target : MHITYOU;