[MIRROR] Fixes not being able to fall onto tables (#12245)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-13 11:04:20 +01:00
committed by GitHub
co-authored by SatinIsle
parent c656a9c530
commit 4b8301725a
2 changed files with 7 additions and 0 deletions
@@ -51,6 +51,11 @@
if(!drop_mob || drop_mob == source)
return
if((drop_mob.status_flags & HIDING))
var/obj/structure/table/is_there_a_table = locate() in landing //Don't eat people hiding under tables
if(is_there_a_table)
return
//pred = drop_mob
//prey = source
//result: source is eaten by drop_mob