mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Gets rid of digi_allowed (#17768)
This commit is contained in:
@@ -178,10 +178,7 @@ var/const/preview_icons = 'icons/mob/human_races/preview.dmi'
|
||||
character.b_type = pref.b_type
|
||||
character.synth_color = pref.synth_color
|
||||
character.synth_markings = pref.synth_markings
|
||||
if(character.species.digi_allowed)
|
||||
character.digitigrade = pref.digitigrade
|
||||
else
|
||||
character.digitigrade = 0
|
||||
character.digitigrade = pref.digitigrade
|
||||
|
||||
//sanity check
|
||||
if(character.digitigrade == null)
|
||||
@@ -352,8 +349,6 @@ var/const/preview_icons = 'icons/mob/human_races/preview.dmi'
|
||||
)
|
||||
data["can_play"] = can_play_list
|
||||
|
||||
data["digi_allowed"] = GLOB.all_species[pref.species].digi_allowed
|
||||
|
||||
var/list/available_hair_styles = list()
|
||||
for(var/path in pref.get_available_styles(hair_styles_list))
|
||||
UNTYPED_LIST_ADD(available_hair_styles, path)
|
||||
|
||||
Reference in New Issue
Block a user