summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/art-data.pl
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-11-07 23:13:59 +0000
committerChris Campbell <chriscampbell89@gmail.com>2012-11-07 23:13:59 +0000
commit0023bf0426a177bfb5606dfdb2fb065db9e54c35 (patch)
tree2fc6a22bbd6f3c8e72110c278a9a3446c7b5494f /crawl-ref/source/util/art-data.pl
parent4d198fdca39795ba784ef4a72ae78b1dc9643f14 (diff)
downloadcrawl-ref-0023bf0426a177bfb5606dfdb2fb065db9e54c35.tar.gz
crawl-ref-0023bf0426a177bfb5606dfdb2fb065db9e54c35.zip
Replace the amulet of the Air's cFly with Inacc and passive rMsl (78291, elliott)
Diffstat (limited to 'crawl-ref/source/util/art-data.pl')
-rwxr-xr-xcrawl-ref/source/util/art-data.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/util/art-data.pl b/crawl-ref/source/util/art-data.pl
index e965c3abf7..07a8f477c7 100755
--- a/crawl-ref/source/util/art-data.pl
+++ b/crawl-ref/source/util/art-data.pl
@@ -54,6 +54,7 @@ my %field_type = (
NOTELEP => "bool",
POISON => "bool",
RANDAPP => "bool",
+ RMSL => "bool",
RND_TELE => "bool",
SEEINV => "bool",
SPECIAL => "bool",
@@ -487,6 +488,7 @@ my @art_order = (
"NOSPELL", "RND_TELE", "NOTELEP", "ANGRY", "METAB", "\n",
"MUTATE", "ACC", "DAM", "CURSED", "STEALTH", "MP", "\n",
"BASE_DELAY", "HP", "CLARITY", "BASE_ACC", "BASE_DAM", "\n",
+ "RMSL", "\n",
"}",
"equip_func", "unequip_func", "world_reacts_func", "{fight_func_func",