First commit of this big PR

These are the files with just tiny tweaks. Mostly modify an object's attackby so it does "return ..()" instead of "..()".
If there are other things in this commit, the PR's description will explain them.
This commit is contained in:
phil235
2016-04-24 20:26:24 +02:00
parent d4c18082f8
commit 0caa59b21a
207 changed files with 672 additions and 758 deletions

View File

@@ -34,7 +34,7 @@
anchored = !anchored
playsound(src.loc, 'sound/items/Ratchet.ogg', 75, 1)
else
..()
return ..()
/obj/structure/closet/crate/bin/proc/do_animate()
playsound(loc, open_sound, 15, 1, -3)

View File

@@ -30,4 +30,4 @@
qdel(src)
else
..()
return ..()