mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
co-authored by
PollardTheDragon
parent
8c68130b4c
commit
8519c59c7e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user