This commit is contained in:
Timothy Teakettle
2020-08-05 17:43:54 +01:00
parent 14bc60955f
commit 6ba359e0a1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -990,4 +990,4 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
char_render_holders = null
/client/proc/can_have_part(part_name)
return prefs.pref_species.mutant_bodyparts[part_name] || part_name in GLOB.unlocked_mutant_parts //either they have it, or its unlocked
return prefs.pref_species.mutant_bodyparts[part_name] || (part_name in GLOB.unlocked_mutant_parts)