From c226fa26273534265ec9beba3fa10416d1a06799 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 16 Dec 2017 11:28:18 -0500 Subject: [PATCH] Fix compile warning Cyantime removed the uses of this var but didn't remove the definition, so this removes that too, to prevent that compiletime warning. --- code/modules/mob/living/silicon/say.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/silicon/say.dm b/code/modules/mob/living/silicon/say.dm index 886f36a740..9cf8b7c7c6 100644 --- a/code/modules/mob/living/silicon/say.dm +++ b/code/modules/mob/living/silicon/say.dm @@ -73,7 +73,6 @@ var/obj/machinery/hologram/holopad/T = src.holo if(T && T.masters[src])//If there is a hologram and its master is the user. - var/obj/effect/overlay/aiholo/hologram = T.masters[src] //VOREStation Add for people in the hologram to hear the messages //Human-like, sorta, heard by those who understand humans. var/rendered_a //Speech distorted, heard by those who do not understand AIs.