Changes body collision to knockdown, adds a throw_range of 4 to carbon/human (#18363)

* Begone Weaken()

* throw range

* little spacin is good

* requested changes are changed
This commit is contained in:
Contrabang
2022-07-15 15:16:23 +01:00
committed by GitHub
parent 6eec8f9115
commit 813e88a8cb
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ SUBSYSTEM_DEF(throwing)
thrownthing.newtonian_move(init_dir)
if(target)
thrownthing.throw_impact(target, src)
thrownthing.throw_impact(target, src, speed)
if(callback)
callback.Invoke()