Attack chain migration: /mob (#28211)

* Attack chain migration: /mob

* always target zone on attack for tests

* thread corgi item interactions through to parent

* put away razor

* standardize test names

* fix harmbaton not beating + stunning

* fix ID cards not unlocking bots

* fix fulton

* fix fulton shenanigans

* fix tumor shards
This commit is contained in:
warriorstar-orion
2025-03-11 23:37:11 +00:00
committed by GitHub
parent 179dfe6280
commit e69c572b19
46 changed files with 284 additions and 235 deletions
+1 -1
View File
@@ -333,7 +333,7 @@
/obj/item/gun/attack__legacy__attackchain(mob/M, mob/user)
if(user.a_intent == INTENT_HARM) //Flogging
if(bayonet)
M.attackby__legacy__attackchain(bayonet, user)
M.attack_by(bayonet, user)
else
return ..()