mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes surgical trays passing through tables (#15330)
* Fixes surgical trays passing through tables * use typeless
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
return 1
|
||||
if(mover.throwing)
|
||||
return 1
|
||||
if(locate(/obj/structure/table) in get_turf(mover))
|
||||
if(length(get_atoms_of_type(get_turf(mover), /obj/structure/table) - mover))
|
||||
return 1
|
||||
if(flipped)
|
||||
if(get_dir(loc, target) == dir)
|
||||
|
||||
Reference in New Issue
Block a user