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