Thrown items can be targeted, has miss chance...

...based on distance, similar to projectiles.
This commit is contained in:
mwerezak
2014-07-15 01:14:04 -04:00
parent 836d2e40a8
commit f2845dbe76
21 changed files with 52 additions and 27 deletions

View File

@@ -141,7 +141,7 @@ var/const/tk_maxrange = 15
else
apply_focus_overlay()
focus.throw_at(target, 10, 1)
focus.throw_at(target, 10, 1, user)
last_throw = world.time
return