Migrates /obj/item/stack to the new attack chain (#31709)

* e

* stuff not in the stack folder

* A

* Update gift_wrappaper.dm

* golg

* dancing around SHOULD_NOT_SLEEP and storage still being legacy

* Update asteroid_floors.dm

* Update medical_packs.dm

* Update medical_packs.dm
This commit is contained in:
CRUNCH
2026-04-02 02:32:15 +00:00
committed by GitHub
parent 07b4ab0b4c
commit d030b8afb8
20 changed files with 559 additions and 434 deletions
@@ -134,5 +134,7 @@
max_amount = 25
resistance_flags = FLAMMABLE
/obj/item/stack/wrapping_paper/attack_self__legacy__attackchain(mob/user)
/obj/item/stack/wrapping_paper/activate_self(mob/user)
. = ..()
to_chat(user, SPAN_NOTICE("You need to use it on a package that has already been wrapped!"))
return ITEM_INTERACT_COMPLETE