summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/database
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-03 13:36:44 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-03 13:36:44 -0400
commit189c352ec58fae2461b1f8fc5c3792cb9672bd3e (patch)
tree0a42ee2d6c4e240a87c5504df10e2fa5bf717e71 /crawl-ref/source/dat/database
parent52da494bbcaee71c74bf962e8ed96d8e39535e04 (diff)
downloadcrawl-ref-189c352ec58fae2461b1f8fc5c3792cb9672bd3e.tar.gz
crawl-ref-189c352ec58fae2461b1f8fc5c3792cb9672bd3e.zip
Update Lua mutation checks for wizname changes.
Diffstat (limited to 'crawl-ref/source/dat/database')
-rw-r--r--crawl-ref/source/dat/database/miscname.txt4
-rw-r--r--crawl-ref/source/dat/database/pl/miscname.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/dat/database/miscname.txt b/crawl-ref/source/dat/database/miscname.txt
index 802078252c..5c70f11983 100644
--- a/crawl-ref/source/dat/database/miscname.txt
+++ b/crawl-ref/source/dat/database/miscname.txt
@@ -392,7 +392,7 @@ Mmm... @_cheese_kind_@ pizza.
_carni_mmm_
{{
-if you.mutation("herbivorous") > 0 then
+if you.mutation("herbivore") > 0 then
return "Yeuchh!"
else
return "Mmm..."
@@ -402,7 +402,7 @@ end
_herbi_mmm_
{{
-if you.mutation("carnivorous") > 0 then
+if you.mutation("carnivore") > 0 then
return "Yeuchh!"
else
return "Mmm..."
diff --git a/crawl-ref/source/dat/database/pl/miscname.txt b/crawl-ref/source/dat/database/pl/miscname.txt
index e2915e119f..64dba413b3 100644
--- a/crawl-ref/source/dat/database/pl/miscname.txt
+++ b/crawl-ref/source/dat/database/pl/miscname.txt
@@ -125,7 +125,7 @@ Z sardelą, paskudztwo!
# Very rare in RL, fortunately.
w:2
{{
-if you.mutation("carnivorous") == 3 then
+if you.mutation("carnivore") == 3 then
return "Kaszana."
else
return "Błee... tfu... z kaszanką."
@@ -147,7 +147,7 @@ Mmm... serowa.
_carni_mmm_
{{
-if you.mutation("herbivorous") > 0 then
+if you.mutation("herbivore") > 0 then
return "Błee..."
else
return "Mniam,"
@@ -157,7 +157,7 @@ end
_herbi_mmm_
{{
-if you.mutation("carnivorous") > 0 then
+if you.mutation("carnivore") > 0 then
return "Błee..."
else
return "Mniam,"