mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user