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