Merge pull request #10598 from phil235/CatchThrownPieFix

Changes to throwing
This commit is contained in:
Cheridan
2015-07-20 20:26:35 -05:00
38 changed files with 274 additions and 352 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
return 50 //if the projectile doesn't do damage, play its hitsound at 50% volume
/obj/item/projectile/Bump(atom/A, yes)
if(!yes) //prevents multi bumps.
if(!yes) //prevents double bumps.
return
if(A == firer || A == src)
loc = A.loc