mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Reverts "Removes mutant bodyparts"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user