Made the changeling tentacle disarm a bit more reliable.

This commit is contained in:
Useroth
2019-06-03 22:56:01 +02:00
parent 6e6a1f4615
commit ebb820ed38
2 changed files with 14 additions and 15 deletions
@@ -344,9 +344,8 @@
if(isitem(target))
var/obj/item/I = target
if(!I.anchored)
to_chat(firer, "<span class='notice'>You pull [I] towards yourself.</span>")
H.throw_mode_on()
I.throw_at(H, 10, 2)
to_chat(firer, "<span class='notice'>You pull [I] right into your grasp.</span>")
H.put_in_hands(I) //Because throwing it is goofy as fuck and unreliable. If you land the tentacle despite the penalties to accuracy, you should have your reward.
. = 1
else if(isliving(target))