diff --git a/code/game/objects/items/devices/translator.dm b/code/game/objects/items/devices/translator.dm index 5de1ba13961..41e0221cf7e 100644 --- a/code/game/objects/items/devices/translator.dm +++ b/code/game/objects/items/devices/translator.dm @@ -4,7 +4,7 @@ desc = "This handy device appears to translate the languages it hears into onscreen text for a user." icon = 'icons/obj/device.dmi' icon_state = "translator" - w_class = ITEMSIZE_SMALL + w_class = ITEMSIZE_NORMAL //VOREStation Edit origin_tech = list(TECH_DATA = 3, TECH_ENGINEERING = 3) var/mult_icons = 1 //Changes sprite when it translates var/visual = 1 //If you need to see to get the message diff --git a/code/modules/client/preference_setup/loadout/loadout_utility.dm b/code/modules/client/preference_setup/loadout/loadout_utility.dm index dedcd2e4409..02c711e76e5 100644 --- a/code/modules/client/preference_setup/loadout/loadout_utility.dm +++ b/code/modules/client/preference_setup/loadout/loadout_utility.dm @@ -115,11 +115,11 @@ cost = 0 //VOREStation Edit. Changed cost to 0 slot = "implant" exploitable = 1 -/*VOREStation Edit - Make language great again + /datum/gear/utility/translator display_name = "universal translator" path = /obj/item/device/universal_translator - cost = 8*/ + cost = 8 /datum/gear/utility/pen display_name = "Fountain Pen" diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index e73d6918212..73ea0bbe976 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -57,6 +57,7 @@ key = "n" syllables = list("viepn","e","bag","docu","kar","xlaqf","raa","qwos","nen","ty","von","kytaf","xin","ty","ka","baak","hlafaifpyk","znu","agrith","na'ar","uah","plhu","six","fhler","bjel","scee","lleri", "dttm","aggr","uujl","hjjifr","wwuthaav",) + machine_understands = FALSE /datum/language/angel name = LANGUAGE_ENOCHIAN @@ -68,6 +69,7 @@ key = "a" syllables = list("salve","sum","loqui","operatur","iusta","et","permittit","facere","effercio","pluribus","enim","hoc", "mihi","wan","six","salve","tartu") + machine_understands = FALSE /datum/language/unathi @@ -82,3 +84,4 @@ flags = 0 /datum/language/gutter flags = WHITELISTED + machine_understands = FALSE