fixes burn regen and some tweaks

This commit is contained in:
Artur
2020-04-03 01:52:08 +03:00
parent c5252e242a
commit 67f4319177
3 changed files with 34 additions and 31 deletions
@@ -11,8 +11,10 @@
// The antags you're allowed to be if turning Vassal.
/proc/AmBloodsucker(mob/living/M, falseIfInDisguise = FALSE)
if(!M.mind)
return FALSE
// No Datum
if(!M.mind || !M.mind.has_antag_datum(ANTAG_DATUM_BLOODSUCKER))
if(!M.mind.has_antag_datum(ANTAG_DATUM_BLOODSUCKER))
return FALSE
return TRUE