diff --git a/code/game/mecha/equipment/tools/tools.dm b/code/game/mecha/equipment/tools/tools.dm index fb3c28a3d27..655e84fe763 100644 --- a/code/game/mecha/equipment/tools/tools.dm +++ b/code/game/mecha/equipment/tools/tools.dm @@ -87,6 +87,8 @@ /obj/item/mecha_parts/mecha_equipment/tool/drill/action(atom/target) if(!action_checks(target)) return + if(istype(target, /turf) && !istype(target, /turf/simulated)) + return if(isobj(target)) var/obj/target_obj = target if(target_obj.unacidable)