mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #10867 from VOREStation/Fixes/10787
Fix excessive table merge, convert climbers lazy
This commit is contained in:
committed by
Chompstation Bot
parent
0b9ebd3c6a
commit
c30f4c2dbc
@@ -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