From dabaeea76a81fd2aa1188cff71c5fbaccec60a17 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Mon, 27 Jan 2025 18:18:11 -0500 Subject: [PATCH] removes to_world (#16980) I thought I nuked all of these --- code/modules/xenoarcheaology/tools/artifact_harvester.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/xenoarcheaology/tools/artifact_harvester.dm b/code/modules/xenoarcheaology/tools/artifact_harvester.dm index 3b4ce36fdcf..b185f5f5d4a 100644 --- a/code/modules/xenoarcheaology/tools/artifact_harvester.dm +++ b/code/modules/xenoarcheaology/tools/artifact_harvester.dm @@ -186,7 +186,6 @@ //if we already have charge in the battery, we can only recharge it from the source artifact if(inserted_battery.stored_charge > 0) - to_world("Line 185") var/battery_matches_primary_id = 0 if(inserted_battery.battery_effect && inserted_battery.battery_effect.artifact_id == ScannedMaster.artifact_id) battery_matches_primary_id = 1