Thermite isn't working anymore.
Created by: SarahJohnson489
Revision cd4b33f6
Thermite no longer works on walls. splashed 5u, 10u thermite from a small beaker on regular walls and it only deconstructed normally from the welder, tried 25u on an rwall. It appears that it's either not showing up in the walls vv, the welder/wall lost its attackby, or the chem rewrite broke a var.
Failed to play the welding thermited wall message from walls/simulated/wall.dm
user.visible_message("<span class='warning'>[user] applies \the [W] to the thermite coating \the [src] and waits</span>", \
/datum/reagent/thermite/reaction_turf(var/turf/simulated/T, var/volume)
if(..()) return 1
if(volume >= 5 && T.can_thermite)
T.thermite = 1
T.overlays.len = 0
T.overlays = image('icons/effects/effects.dmi', icon_state = "thermite")
Normal steps to thermite a wall or rwall is to splash 5u thermite, then use al it welder, it plays the special thermitting a wall message, then after a long delay it deletes the wall and puts the thermitted wall sprite
Here's pictures showing the lack of thermiting a wall in progress and the complete lack of a response on rwalls