mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
wwwhy (#22869)
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
UnarmedAttack(A, FALSE, modifiers)
|
||||
return
|
||||
|
||||
if(grab_mode && pulled(A))
|
||||
if(grab_mode && pulled(A) && !in_throw_mode)
|
||||
return
|
||||
|
||||
if(in_throw_mode)
|
||||
|
||||
@@ -366,7 +366,7 @@
|
||||
|
||||
if(istype(AM) && Adjacent(AM))
|
||||
start_pulling(AM)
|
||||
else if(!combat_mode)
|
||||
else if(!in_throw_mode)
|
||||
stop_pulling()
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user