mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user