From e7d5402efb1e92dbce48bf546a78b4e104320ab0 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sat, 3 Feb 2018 14:18:25 -0500 Subject: [PATCH] Update computer.dm --- code/modules/clothing/spacesuits/rig/modules/computer.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/modules/computer.dm b/code/modules/clothing/spacesuits/rig/modules/computer.dm index c60bdb1e70..9308e44cb0 100644 --- a/code/modules/clothing/spacesuits/rig/modules/computer.dm +++ b/code/modules/clothing/spacesuits/rig/modules/computer.dm @@ -46,9 +46,6 @@ var/obj/item/ai_card // Reference to the MMI, posibrain, intellicard or pAI card previously holding the AI. var/obj/item/ai_verbs/verb_holder -/mob - var/get_rig_stats = 0 - /obj/item/rig_module/ai_container/process() if(integrated_ai) var/obj/item/weapon/rig/rig = get_rig()