mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
[MIRROR] More area flag option fixes (#9684)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
53df96252f
commit
798918f6d6
@@ -469,7 +469,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
|||||||
|
|
||||||
//RS Port #658 Start
|
//RS Port #658 Start
|
||||||
var/area/A = get_area(destination)
|
var/area/A = get_area(destination)
|
||||||
if(A?.flag_check(AREA_BLOCK_GHOSTS) && !isbelly(destination))
|
if(A?.flag_check(AREA_BLOCK_GHOSTS) && !isbelly(destination) && !admin_ghosted)
|
||||||
to_chat(src,span_warning("Sorry, that area does not allow ghosts."))
|
to_chat(src,span_warning("Sorry, that area does not allow ghosts."))
|
||||||
if(following)
|
if(following)
|
||||||
stop_following()
|
stop_following()
|
||||||
|
|||||||
Reference in New Issue
Block a user