mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user