Fixes a few more issues

This commit is contained in:
warior4356
2021-03-27 03:16:48 -07:00
parent d53d351b64
commit 579f8f2e00
6 changed files with 38 additions and 9 deletions
+3
View File
@@ -1464,6 +1464,9 @@ GLOBAL_LIST_INIT(holy_areas, typecacheof(list(
if(!is_type_in_typecache(loc.loc, GLOB.holy_areas))
return FALSE
if(!mind)
return FALSE
//Allows fullpower vampires to bypass holy areas
var/datum/vampire/vampire = mind.vampire
if(vampire && vampire.get_ability(/datum/vampire_passive/full))