From aa60c58ecbec49ef871be3ebb54367f8247f88c8 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 24 Jun 2013 22:57:36 -0700 Subject: [PATCH] Allows robots to understand all alien languages. --- code/modules/mob/living/silicon/robot/robot.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 2386e89978..6ff3c4a1ef 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -5,6 +5,8 @@ icon_state = "robot" maxHealth = 300 health = 300 + universal_speak = 1 + var/sight_mode = 0 var/custom_name = ""