Standardizes area paths and area-based nomenclature (#3125)

Co-authored-by: Son-of-Space <63861499+Son-of-Space@users.noreply.github.com>
Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-08 22:59:05 +00:00
committed by GitHub
co-authored by Son-of-Space Gandalf2k15
parent 8da596dd56
commit e83e1b7d41
26 changed files with 185900 additions and 153818 deletions
@@ -53,7 +53,7 @@
H.shape.dust() //make sure we're killing the bat if you are out of blood, if you don't it creates weird situations where the bat is alive but the caster is dusted.
C.dust()
var/area/A = get_area(C)
if(istype(A, /area/chapel))
if(istype(A, /area/service/chapel))
to_chat(C, "<span class='warning'>You don't belong here!</span>")
C.adjustFireLoss(20)
C.adjust_fire_stacks(6)