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

Commit 0dfd427

Browse files
authored
[s] Fixes cursed stomach vomitcrawl CC exploit (#22828)
* Who knew vomit could be useful * Revert "Who knew vomit could be useful" This reverts commit c875342. * Vomitcrawling prevention * Mapping helpers
1 parent ca67ed6 commit 0dfd427

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)
450+
if(T && !(is_centcom_level(T.z)||is_reserved_level(T.z)))
451451
forceMove(T)

0 commit comments

Comments
 (0)