mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 11:31:12 +01:00
Job datum blacklist gets reset properly if there is no blacklist (#9747)
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
var/datum/job/role = SSjobs.type_occupations[path]
|
||||
if(LAZYACCESS(job_species_blacklist, role.title))
|
||||
role.blacklisted_species = job_species_blacklist[role.title]
|
||||
else
|
||||
role.blacklisted_species = initial(role.blacklisted_species)
|
||||
. += role
|
||||
|
||||
/datum/faction/proc/get_selection_error(datum/preferences/prefs)
|
||||
|
||||
Reference in New Issue
Block a user