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:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user