Reverts "Removes mutant bodyparts"

This commit is contained in:
Waterpig
2024-10-19 08:05:03 -07:00
committed by Majkl-J
parent bb70889f6e
commit e9a7639d98
63 changed files with 434 additions and 599 deletions
@@ -387,7 +387,7 @@
if (organ.type == target_species.get_mutant_organ_type_for_slot(organ.slot))
continue
else
if ((organ.type in target_species.mutant_organs))
if ((organ.type in target_species.mutant_organs) || (organ.type in target_species.external_organs))
continue
return TRUE
return FALSE