Fixes invalid throwat args (#35565)

This commit is contained in:
ShizCalev
2018-02-13 08:13:48 -05:00
committed by CitadelStationBot
parent d7a7bea995
commit 833a700cbb
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -191,7 +191,7 @@
if (T && isturf(T))
if (!D.stat)
D.emote("scream")
D.throw_at(T, 10, 4, callback = CALLBACK(D, /mob/living/carbon/human/.Knockdown, 20))
D.throw_at(T, 10, 4, A, TRUE, TRUE, callback = CALLBACK(D, /mob/living/carbon/human/.Knockdown, 20))
add_logs(A, D, "has thrown with wrestling")
return 0