From 94ad05b2bc9cec6fdfe0023296b538008f1d3f19 Mon Sep 17 00:00:00 2001
From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com>
Date: Fri, 19 Feb 2021 17:14:36 +0000
Subject: [PATCH] better idea
---
code/modules/mob/living/carbon/human/species_types/vampire.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/mob/living/carbon/human/species_types/vampire.dm b/code/modules/mob/living/carbon/human/species_types/vampire.dm
index 2c8c5f94d5..c43fe79268 100644
--- a/code/modules/mob/living/carbon/human/species_types/vampire.dm
+++ b/code/modules/mob/living/carbon/human/species_types/vampire.dm
@@ -63,7 +63,7 @@
to_chat(C, "You ran out of blood!")
C.dust()
var/area/A = get_area(C)
- if(istype(A, /area/chapel))
+ if(istype(A, /area/chapel) && C.mind?.assigned_role != "Chaplain")
to_chat(C, "You don't belong here!")
C.adjustFireLoss(5)
C.adjust_fire_stacks(6)