mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 00:54:16 +01:00
Fix excessive table merge, convert climbers lazy
This commit is contained in:
@@ -333,6 +333,8 @@ var/list/table_icon_cache = list()
|
||||
return FALSE
|
||||
if(istype(src,/obj/structure/table/bench) && !istype(S,/obj/structure/table/bench))
|
||||
return FALSE
|
||||
if(istype(src,/obj/structure/table/rack) && !istype(S,/obj/structure/table/rack))
|
||||
return FALSE
|
||||
if(istype(S,/obj/structure/table))
|
||||
return TRUE
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user