From a8fa72c8f125c5bf21b9382b0b60e503ff632458 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:59:54 -0400 Subject: [PATCH] Fixes an exploit involving T4 (#17983) * no all access explosive * Update code/game/turfs/simulated/walls_indestructible.dm Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> --- code/game/turfs/simulated/walls_indestructible.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/turfs/simulated/walls_indestructible.dm b/code/game/turfs/simulated/walls_indestructible.dm index 5d3b7011e70..8fd29321eeb 100644 --- a/code/game/turfs/simulated/walls_indestructible.dm +++ b/code/game/turfs/simulated/walls_indestructible.dm @@ -12,6 +12,9 @@ /turf/simulated/wall/indestructible/welder_act() return +/turf/simulated/wall/indestructible/thermitemelt(mob/user, speed) + return + /turf/simulated/wall/indestructible/ex_act(severity) return