mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Minor throwing fixes (#26179)
* fix treadmill throwat * fixes dropdel runtimes and end_throw() not being called * dgl review
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user