Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vinylspiders authored and Iajret committed Dec 28, 2023
1 parent cbd4b4d commit 5131b12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modular_nova/modules/customization/modules/jobs/_job.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,10 @@
/datum/job/proc/has_required_languages(datum/preferences/pref)
if(!required_languages)
return TRUE
// NOVA EDIT ADDITION START - if we have a bilingual quirk, check that as well
// if we have a bilingual quirk, check that as well
var/bilingual_pref
if(/datum/quirk/bilingual::name in pref.all_quirks)
bilingual_pref = pref.read_preference(/datum/preference/choiced/language)
// NOVA EDIT ADDITION END

for(var/datum/language/lang as anything in required_languages)
//Doesnt have language, or the required "level" is too low (understood, while needing spoken)
Expand Down

0 comments on commit 5131b12

Please sign in to comment.