From 79fb5b82d64939f070695bead29763f222b6e83e Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:18:12 -0400 Subject: [PATCH] Fixes AI interrogate nullspace (#32012) --- code/modules/ninja/ninja_scanner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ninja/ninja_scanner.dm b/code/modules/ninja/ninja_scanner.dm index 1fa9504d194..23f234cd4e8 100644 --- a/code/modules/ninja/ninja_scanner.dm +++ b/code/modules/ninja/ninja_scanner.dm @@ -81,7 +81,7 @@ SPAN_NOTICE("You begin to upload [AI]!")) if(!do_after_once(user, 8 SECONDS, target = AI, allow_moving = FALSE, attempt_cancel_message = "You stop uploading [AI] before completing the upload.")) return TRUE - var/obj/item/aicard/card = new() + var/obj/item/aicard/card = new(get_turf(AI)) AI.take_overall_damage(50) AI.transfer_ai(AI_TRANS_TO_CARD, user, null, card) var/list/possible_spawns = GLOB.maints_loot_spawns