removes mask check

This commit is contained in:
Aurorablade
2016-07-29 17:15:16 -04:00
parent 5e1474dbde
commit 8df912f1d7
2 changed files with 1 additions and 11 deletions
@@ -113,13 +113,6 @@
if(species && species.flags & NO_BLOOD)//why this hell were we never checkinf for this?
to_chat(M, "<span class='warning'>They have no blood!</span>")
return
if((head && (head.flags & HEADCOVERSMOUTH)) || (wear_mask && (wear_mask.flags & MASKCOVERSMOUTH)))
to_chat(M, "<span class='warning'>Remove their mask!</span>")
return
if((M.head && (M.head.flags & HEADCOVERSMOUTH)) || (M.wear_mask && (M.wear_mask.flags & MASKCOVERSMOUTH)))
if(M.get_species() != "Vox")
to_chat(M, "<span class='warning'>Remove your mask!</span>")
return
if(mind && mind.vampire && (mind in ticker.mode.vampires))
to_chat(M, "<span class='warning'>Your fangs fail to pierce [src.name]'s cold flesh</span>")
return