No More Grab Retaliation (#7276)

* grabs, man

* oops

Co-Authored-By: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Geeves
2019-10-28 10:02:38 +01:00
committed by Werner
co-authored by Werner
parent abce5167f9
commit 27c4eeff5b
2 changed files with 9 additions and 0 deletions
@@ -382,6 +382,8 @@
if(src.a_intent != I_HELP)
for(var/obj/item/weapon/W in holding)
if(W && prob(holding[W]))
if(istype(W, /obj/item/weapon/grab))
continue
if(istype(W,/obj/item/weapon/gun))
var/list/turfs = list()
for(var/turf/T in view())