[MIRROR] Fixes improper use of throw_source (#12941)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-08-01 02:07:46 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent 45a61be462
commit e86adf7a22
5 changed files with 9 additions and 22 deletions
+1 -1
View File
@@ -413,7 +413,7 @@
else
return 0
/obj/item/throw_impact(atom/hit_atom)
/obj/item/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)
..()
if(isliving(hit_atom) && !hit_atom.is_incorporeal()) //Living mobs handle hit sounds differently.
var/volume = get_volume_by_throwforce_and_or_w_class()