Skip to content

Commit

Permalink
Fix cleaning stickers off the floor runtiming
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Sep 16, 2024
1 parent 0d32e10 commit fdbf7f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/turfs/turf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,11 @@ GLOBAL_LIST_EMPTY(station_turfs)
/turf/AllowDrop()
return TRUE

// monkestation start: fix runtime from turf.drop_location()
/turf/drop_location()
return src
// monkestation end

/turf/proc/add_vomit_floor(mob/living/M, toxvomit = NONE, purge_ratio = 0.1)

var/obj/effect/decal/cleanable/vomit/V = new /obj/effect/decal/cleanable/vomit(src, M.get_static_viruses())
Expand Down

0 comments on commit fdbf7f7

Please sign in to comment.