removes to_world (#16980)

I thought I nuked all of these
This commit is contained in:
Cameron Lennox
2025-01-27 18:18:11 -05:00
committed by GitHub
parent aca561ae75
commit dabaeea76a
@@ -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