mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
co-authored by
Son-of-Space
Gandalf2k15
parent
8da596dd56
commit
e83e1b7d41
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user