Skip to content

Commit

Permalink
probably fixes #5683
Browse files Browse the repository at this point in the history
  • Loading branch information
Intigracy committed Sep 18, 2015
1 parent edd2811 commit d999aa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/gamemodes/vampire/vampire.dm
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,11 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha
while(do_mob(src, H, 50))
if(!mind.vampire || !(mind in ticker.mode.vampires))
src << "<span class='warning'>Your fangs have disappeared!</span>"
src.mind.vampire.draining = null
return 0
if(H.species.flags & NO_BLOOD)
src << "<span class='warning'>Not a drop of blood here</span>"
src.mind.vampire.draining = null
return 0
bloodtotal = src.mind.vampire.bloodtotal
bloodusable = src.mind.vampire.bloodusable
Expand Down

0 comments on commit d999aa6

Please sign in to comment.