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
@@ -43,7 +43,7 @@
// Handle setting tags (and flushing for drones)
if(istype(host, /obj/item/dest_tagger))
var/obj/item/dest_tagger/O = host
O.currTag = my_tag
O.current_tag = my_tag
else if(isrobot(host))
var/mob/living/silicon/robot/R = host
R.mail_destination = my_tag