mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +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())
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "You can no longer retaliate against disarm attempts with an in-hand grab."
|
||||
Reference in New Issue
Block a user