mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user