Migrate deliveries to the new attack chain. (#32277)

* Migrate deliveries to the new attack chain.

* Add destination labels to descriptions.

* Call parent in activate_self() in shipping_package.

* Call update_desc only indirectly.

* Modify attack chain test.

* Apply suggestions from CRUNCH review.

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

* Fix GitHub's grievous error.

---------

Signed-off-by: Alan <alfalfascout@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
This commit is contained in:
Alan
2026-07-24 19:29:42 +00:00
committed by GitHub
co-authored by CRUNCH
parent 4bfc230a72
commit a177bdbe87
5 changed files with 162 additions and 109 deletions
@@ -263,7 +263,7 @@
var/obj/structure/big_delivery/delivery = teleport_to_first(player, /obj/structure/big_delivery)
var/obj/item/dest_tagger/tagger = player.spawn_obj_in_hand(/obj/item/dest_tagger)
tagger.currTag = 2
tagger.current_tag = 2
player.click_on(delivery)
TEST_ASSERT_LAST_CHATLOG(player, "*CARGO BAY*")
player.drop_held_item()