mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Fixes Throw Animation (#14732)
This commit is contained in:
@@ -422,11 +422,11 @@ var/list/slot_equipment_priority = list( \
|
||||
var/volume = W.get_volume_by_throwforce_and_or_w_class()
|
||||
playsound(src, 'sound/effects/throw.ogg', volume, TRUE, -1)
|
||||
|
||||
item.throw_at(target, item.throw_range, item.throw_speed, src)
|
||||
|
||||
// Animate the mob throwing.
|
||||
animate_throw(src)
|
||||
|
||||
item.throw_at(target, item.throw_range, item.throw_speed, src)
|
||||
|
||||
return TRUE
|
||||
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user