better idea

This commit is contained in:
Timothy Teakettle
2021-02-19 17:14:36 +00:00
parent 9de5e5f5fa
commit 94ad05b2bc
@@ -63,7 +63,7 @@
to_chat(C, "<span class='danger'>You ran out of blood!</span>")
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, "<span class='danger'>You don't belong here!</span>")
C.adjustFireLoss(5)
C.adjust_fire_stacks(6)