Minor throwing fixes (#26179)

* fix treadmill throwat

* fixes dropdel runtimes and end_throw() not being called

* dgl review
This commit is contained in:
chuga-git
2024-07-08 16:07:18 -05:00
committed by GitHub
parent b287cdb7bf
commit c1e97f712c
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -220,7 +220,7 @@
user.visible_message("<span class='notice'>[user] deals [dcard] card(s) to [user.p_themselves()].</span>")
else
user.visible_message("<span class='notice'>[user] deals [dcard] card(s) to [target].</span>")
H.throw_at(get_step(target,target.dir),3,1,H)
H.throw_at(get_step(target, target.dir), 3, 1, null)
/obj/item/deck/attack_self()