mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
fixes a floor tile runtime (#20267)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user