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
@@ -146,7 +146,8 @@
. += "<span class='warning'>there's no room for more honeycomb!</span>"
/obj/structure/beebox/attackby__legacy__attackchain(obj/item/I, mob/user, params)
/obj/structure/beebox/item_interaction(mob/living/user, obj/item/I, list/modifiers)
. = ITEM_INTERACT_COMPLETE
if(istype(I, /obj/item/honey_frame))
var/obj/item/honey_frame/HF = I
if(length(honey_frames) < BEEBOX_MAX_FRAMES)