fixes a floor tile runtime (#20267)

This commit is contained in:
GDN
2023-01-23 23:28:54 +01:00
committed by GitHub
parent 4efeb71bf8
commit e227ece34c
+1
View File
@@ -166,6 +166,7 @@ GLOBAL_LIST_INIT(icons_to_ignore_at_floor_init, list("damaged1","damaged2","dama
if(intact && istype(C, /obj/item/stack/tile))
try_replace_tile(C, user, params)
return TRUE
if(istype(C, /obj/item/pipe))
var/obj/item/pipe/P = C