Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 5a6346c

Browse files
authored
Mapping helpers
1 parent 5ab7253 commit 5a6346c

File tree

1 file changed

+1
-1
lines changed
  • yogstation/code/datums/components

1 file changed

+1
-1
lines changed

yogstation/code/datums/components/crawl.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,5 +447,5 @@ GLOBAL_LIST_EMPTY(vomit_spots)
447447

448448
/obj/effect/dummy/crawling/vomit/proc/follow_vomit()
449449
var/turf/T = get_turf(currentvomit)
450-
if(T && !(T.z == 1||T.z == 16))
450+
if(T && !(is_centcom_level(T.z)||is_reserved_level(T.z)))
451451
forceMove(T)

0 commit comments

Comments
 (0)