summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index e192b705a4..044e59ee2d 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1243,10 +1243,7 @@ int player_res_fire(bool calc_unid, bool temp)
// species:
if (you.species == SP_MUMMY
- || you.species == SP_VAMPIRE && you.hunger_state <= HS_NEAR_STARVING)
- {
rf--;
- }
// mutations:
rf += you.mutation[MUT_HEAT_RESISTANCE];
@@ -3664,7 +3661,6 @@ void display_char_status()
{
case HS_STARVING:
attrib.push_back("resist poison");
- attrib.push_back("are susceptible to fire");
attrib.push_back("significantly resist cold");
attrib.push_back("strongly resist negative energy");
attrib.push_back("resist torment");