Attack chain migration: structures. (#30365)

* Attack chain migration: structures.

* whoops

* wth
This commit is contained in:
warriorstar-orion
2025-09-14 19:21:36 +00:00
committed by GitHub
parent cd7b4e7292
commit 3208049a8a
87 changed files with 1396 additions and 404 deletions
+1 -1
View File
@@ -482,7 +482,7 @@
eater.say("Nom")
wither()
/obj/structure/spacevine/attacked_by__legacy__attackchain(obj/item/I, mob/living/user)
/obj/structure/spacevine/attacked_by(obj/item/I, mob/living/user)
var/damage_dealt = I.force
if(istype(I, /obj/item/scythe))
var/obj/item/scythe/S = I