mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
No More Grab Retaliation (#7276)
* grabs, man * oops Co-Authored-By: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
committed by
Werner
co-authored by
Werner
parent
abce5167f9
commit
27c4eeff5b
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user