Attack Chain Migration: Tanks (#31873)

* tanks attack chain migration.

Tanks, you're welcome. Now with less curses.

* AGGGHHHHHH!
This commit is contained in:
CRUNCH
2026-04-18 22:11:21 +01:00
committed by GitHub
parent 3046415a73
commit bea76c4592
6 changed files with 35 additions and 27 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
/obj/item/onetankbomb/attackby__legacy__attackchain(obj/item/W, mob/user, params)
if(istype(W, /obj/item/analyzer))
bombtank.attackby__legacy__attackchain(W, user, params)
bombtank.item_interaction(user, W)
return
return ..()