From d4caff9ad5185fd37ecf30c8ef3446d9713c7cbb Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 16 Jun 2016 19:10:42 -0400 Subject: [PATCH] Changes the language defines of gods to ALL --- code/game/gamemodes/handofgod/god.dm | 4 ++-- code/game/gamemodes/miniantags/umbra/umbra.dm | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/handofgod/god.dm b/code/game/gamemodes/handofgod/god.dm index 8a9d3be7cde..5a238736052 100644 --- a/code/game/gamemodes/handofgod/god.dm +++ b/code/game/gamemodes/handofgod/god.dm @@ -8,8 +8,8 @@ see_in_dark = 0 see_invisible = 55 sight = SEE_TURFS | SEE_MOBS | SEE_OBJS | SEE_SELF - languages_spoken = HUMAN | MONKEY | ALIEN | ROBOT | SLIME | DRONE | SWARMER - languages_understood = HUMAN | MONKEY | ALIEN | ROBOT | SLIME | DRONE | SWARMER + languages_spoken = ALL + languages_understood = ALL hud_possible = list(ANTAG_HUD) mouse_opacity = 0 //can't be clicked diff --git a/code/game/gamemodes/miniantags/umbra/umbra.dm b/code/game/gamemodes/miniantags/umbra/umbra.dm index 29201fdfb64..76398918ffb 100644 --- a/code/game/gamemodes/miniantags/umbra/umbra.dm +++ b/code/game/gamemodes/miniantags/umbra/umbra.dm @@ -45,7 +45,8 @@ Although these umbral ashes make umbras resilient, they can be killed permanentl friendly = "passes through" speak_emote = list("murmurs") emote_hear = list("murmurs") - languages = ALL + languages_spoken = ALL + languages_understood = ALL incorporeal_move = 3 flying = TRUE stop_automated_movement = TRUE