From bcec71ad968bcceecbcf2d7f4c8e15660100837e Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Thu, 23 Feb 2017 16:38:27 -0500 Subject: [PATCH] Unwhitelist EAL Apparently this was done due to a bug, or prior to something being fixed/added and is not necessary now. To clarify how EAL works: **Organics: ** - Can take EAL, and UNDERSTAND EAL when it is spoken to them. - Cannot speak EAL, unless they have the EAL implant - Can never use the sound emotes (beep, ping, buzz) **Synthetics: ** - Can take EAL, and SPEAK and UNDERSTAND EAL - Can use the sound emotes (beep, ping, buzz) The sound emotes are not tied to EAL in any way (beep, ping, buzz). They are emotes you can perform if you are synthetic. --- code/modules/mob/language/station_vr.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index fef74710af..6a51cad598 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -62,6 +62,3 @@ flags = 0 /datum/language/gutter flags = WHITELISTED -/datum/language/machine - flags = NO_STUTTER | WHITELISTED -