mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Merge pull request #14273 from timothyteakettle/chaplain-vampire
chaplain vampires won't burn in their own chapel now
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
to_chat(C, "<span class='danger'>You ran out of blood!</span>")
|
to_chat(C, "<span class='danger'>You ran out of blood!</span>")
|
||||||
C.dust()
|
C.dust()
|
||||||
var/area/A = get_area(C)
|
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>")
|
to_chat(C, "<span class='danger'>You don't belong here!</span>")
|
||||||
C.adjustFireLoss(5)
|
C.adjustFireLoss(5)
|
||||||
C.adjust_fire_stacks(6)
|
C.adjust_fire_stacks(6)
|
||||||
|
|||||||
Reference in New Issue
Block a user