spacing, src/loc consistency in playsound, reverted the weapon hitsound change, removed silicon/damage_procs.dm as it's unrelated and wasn't even included in the .dme, fixed some typos

This commit is contained in:
uraniummeltdown
2018-03-05 02:07:31 +05:00
parent ba4571ae7f
commit b09e3ae6f6
11 changed files with 24 additions and 44 deletions
@@ -86,7 +86,7 @@ obj/structure/windoor_assembly/Destroy()
if(do_after(user, 40 * WT.toolspeed, target = src))
if(!src || !WT.isOn())
return
to_chat(user, "<span class='notice'>You disasemble the windoor assembly.</span>")
to_chat(user, "<span class='notice'>You disassemble the windoor assembly.</span>")
var/obj/item/stack/sheet/rglass/RG = new (get_turf(src), 5)
RG.add_fingerprint(user)
if(secure)