From a4816ac48a243dd4192510616bddf60a3c866c66 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Mon, 26 Feb 2024 16:49:25 +0000 Subject: [PATCH] changes --- code/game/machinery/ARES/ARES_interface.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/machinery/ARES/ARES_interface.dm b/code/game/machinery/ARES/ARES_interface.dm index 89f12d3949a9..c887b6210f3f 100644 --- a/code/game/machinery/ARES/ARES_interface.dm +++ b/code/game/machinery/ARES/ARES_interface.dm @@ -185,8 +185,6 @@ var/list/logged_techs = list() for(var/datum/ares_record/tech/tech_unlock as anything in datacore.records_tech) - if(!istype(tech_unlock)) - continue var/list/current_tech = list() current_tech["time"] = tech_unlock.time current_tech["details"] = tech_unlock.details