mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Tackling (#30636)
* Evolution of Combat * Tackling some problems * Football alert Co-authored-by: Rubylips <Questionfrog@gmail.com>
This commit is contained in:
@@ -118,7 +118,10 @@
|
||||
return
|
||||
|
||||
if(in_throw_mode)
|
||||
throw_item(A)
|
||||
if(!get_active_hand() && (a_intent == I_GRAB || a_intent == I_DISARM))
|
||||
doTackle(A)
|
||||
else
|
||||
throw_item(A)
|
||||
return
|
||||
|
||||
var/obj/item/held_item = get_active_hand()
|
||||
|
||||
Reference in New Issue
Block a user