mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds a Throwing Animation (#14680)
This commit is contained in:
@@ -423,6 +423,10 @@ var/list/slot_equipment_priority = list( \
|
||||
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)
|
||||
|
||||
return TRUE
|
||||
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user