Sonic Jack Hammer Nerf

This change is to modify the sonic jackhammer intereacting with reinforced walls from a previous 5 seconds to a now total of 20 seconds
This commit is contained in:
Chemlight
2020-07-27 13:36:48 -07:00
parent 9a1b29e23f
commit f1d59db927
@@ -50,7 +50,7 @@
/turf/closed/wall/r_wall/try_destroy(obj/item/I, mob/user, turf/T)
if(istype(I, /obj/item/pickaxe/drill/jackhammer))
to_chat(user, "<span class='notice'>You begin to smash though [src]...</span>")
if(do_after(user, 50, target = src))
if(do_after(user, 200, target = src))
if(!istype(src, /turf/closed/wall/r_wall))
return TRUE
I.play_tool_sound(src)