Fixes invalid throwat args (#35565)

This commit is contained in:
ShizCalev
2018-02-13 14:13:48 +01:00
committed by AnturK
parent 6e70cdb493
commit bf901492bf
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