Migrates Paper and Paper Bundles to the New Attack Chain (#31294)

* w

* migrated

* Update paper_bundle.dm

* linters

* Apply suggestions from code review

Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>

---------

Signed-off-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
CRUNCH
2025-12-30 05:32:35 +00:00
committed by GitHub
co-authored by PollardTheDragon
parent 8c68130b4c
commit 8519c59c7e
5 changed files with 122 additions and 98 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
return
var/obj/item/held_item = usr.get_active_hand()
if(is_pen(held_item))
paper.attackby__legacy__attackchain(held_item, usr)
paper.item_interaction(usr, held_item)
return
else
usr.put_in_hands(paper)