Adds a Throwing Animation (#14680)

This commit is contained in:
SleepyGemmy
2022-08-24 20:02:08 +02:00
committed by GitHub
parent 69bb1417ed
commit 48a15bb2c4
3 changed files with 36 additions and 0 deletions
+4
View File
@@ -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