add new class for user selection "Goo/Slime" fix bug when not combineble_species in player game broke, allow mulit types in player species but only show first

This commit is contained in:
2024-04-04 17:11:27 +02:00
parent 419c8a9959
commit f3d85922ed
3 changed files with 41 additions and 6 deletions
+2
View File
@@ -29,6 +29,8 @@ class CharacterCreater:
if key == "fixed_type":
if not element[key]:
return None
elif isinstance(element[key], list):
return element[key][0]
return element[key]