summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_you.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-05-28 03:23:20 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-05-29 03:23:49 +0200
commit42993c7a02bf24d02280df06c7140851e8cabb1a (patch)
tree06e615a5e52bcdb3adaacb8f8b6647822f15908b /crawl-ref/source/l_you.cc
parentba45822b41b6e70911ecd7a59a4e4f6fca56d0d1 (diff)
parent536f84b0a61318597e2980852e89e9a41d2dedb4 (diff)
downloadcrawl-ref-42993c7a02bf24d02280df06c7140851e8cabb1a.tar.gz
crawl-ref-42993c7a02bf24d02280df06c7140851e8cabb1a.zip
Merge branch 'master' into djinn
Diffstat (limited to 'crawl-ref/source/l_you.cc')
-rw-r--r--crawl-ref/source/l_you.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/l_you.cc b/crawl-ref/source/l_you.cc
index d17104a245..4d140fe168 100644
--- a/crawl-ref/source/l_you.cc
+++ b/crawl-ref/source/l_you.cc
@@ -139,7 +139,6 @@ LUARET1(you_teleporting, boolean, you.duration[DUR_TELEPORT])
LUARET1(you_poisoned, boolean, you.duration[DUR_POISONING])
LUARET1(you_invisible, boolean, you.duration[DUR_INVIS])
LUARET1(you_mesmerised, boolean, you.duration[DUR_MESMERISED])
-LUARET1(you_nauseous, boolean, you.duration[DUR_NAUSEA])
LUARET1(you_on_fire, boolean, you.duration[DUR_LIQUID_FLAMES])
LUARET1(you_petrifying, boolean, you.duration[DUR_PETRIFYING])
LUARET1(you_silencing, boolean, you.duration[DUR_SILENCE])
@@ -427,7 +426,6 @@ static const struct luaL_reg you_clib[] =
{ "poisoned", you_poisoned },
{ "invisible", you_invisible },
{ "mesmerised", you_mesmerised },
- { "nauseous", you_nauseous },
{ "on_fire", you_on_fire },
{ "petrifying", you_petrifying },
{ "silencing", you_silencing },