diff --git a/code/game/turfs/simulated/floor.dm b/code/game/turfs/simulated/floor.dm index e4993d8c10c..0306e51c9ac 100644 --- a/code/game/turfs/simulated/floor.dm +++ b/code/game/turfs/simulated/floor.dm @@ -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