mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
moves proteans to using the selects_bodytype instead of impersonate_bodytype, and lets them use dsi teshari
This commit is contained in:
@@ -239,8 +239,8 @@
|
||||
var/list/choices
|
||||
var/datum/species/spec = GLOB.all_species[pref.species]
|
||||
if (spec.selects_bodytype == SELECTS_BODYTYPE_SHAPESHIFTER && istype(spec, /datum/species/shapeshifter))
|
||||
var/datum/species/shapeshifter/spec_shifter = spec
|
||||
choices = spec_shifter.valid_transform_species
|
||||
var/datum/species/spec_shifter = spec
|
||||
choices = spec_shifter.get_valid_shapeshifter_forms()
|
||||
else
|
||||
choices = GLOB.custom_species_bases
|
||||
if(pref.species != SPECIES_CUSTOM)
|
||||
|
||||
Reference in New Issue
Block a user