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
+3 -2
View File
@@ -83,8 +83,9 @@
w_class = WEIGHT_CLASS_TINY
max_amount = 9999 //Dang that's a lot of tickets
/obj/item/stack/tickets/attack_self__legacy__attackchain(mob/user as mob)
return
/obj/item/stack/tickets/activate_self(mob/user)
. = ..()
return ITEM_INTERACT_COMPLETE
/obj/item/stack/tickets/update_icon_state()
switch(get_amount())