Throwing Datum Fix (#19635)

This commit is contained in:
Cameron Lennox
2026-07-30 01:09:50 +02:00
committed by GitHub
parent 8c7172b993
commit 0fe39c5f85
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()