summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_you.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-17 22:28:10 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-04-30 22:34:26 +0100
commitf2808973ab0a2f8c903d3cadc4b8c1c371e8b89a (patch)
tree07974809f887c5d9e97801de8ba551fb96bde5ac /crawl-ref/source/l_you.cc
parentba8700ebdf8fcfa40f6347509fe3cf2e063f630c (diff)
downloadcrawl-ref-f2808973ab0a2f8c903d3cadc4b8c1c371e8b89a.tar.gz
crawl-ref-f2808973ab0a2f8c903d3cadc4b8c1c371e8b89a.zip
Cure all nausea, permanently.
Contaminated chunks provide less nutrition instead.
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 d583b09025..3fd1b2b431 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])
@@ -426,7 +425,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 },