mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Merge pull request #10598 from phil235/CatchThrownPieFix
Changes to throwing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user