mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #11867 from Heroman3003/tablefix
Fixes some table passing bugs
This commit is contained in:
@@ -331,6 +331,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(S,/obj/structure/table/rack) && !istype(src,/obj/structure/table/rack))
|
||||
return FALSE
|
||||
if(istype(src,/obj/structure/table/rack) && !istype(S,/obj/structure/table/rack))
|
||||
return FALSE
|
||||
if(istype(S,/obj/structure/table))
|
||||
|
||||
Reference in New Issue
Block a user