mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes valid_species having datums
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
if((current_species.spawn_flags & SPECIES_IS_WHITELISTED) && !is_alien_whitelisted(src, current_species))
|
||||
continue
|
||||
|
||||
valid_species += current_species
|
||||
valid_species += current_species_name
|
||||
|
||||
return valid_species
|
||||
|
||||
|
||||
Reference in New Issue
Block a user