This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 126126
127127 if (noblood)
128128 user. set_species(/ datum / species/ human, TRUE , TRUE )
129+ user. dna. features[" flavor_text" ] = " " ;
129130 if (user. client?. prefs?. read_preference(/ datum / preference/ name/ backup_human) && ! is_banned_from(user. client?. ckey, " Appearance" ))
130131 user. fully_replace_character_name(user. dna. real_name, user. client. prefs. read_preference(/ datum / preference/ name/ backup_human))
131132 else
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ GLOBAL_VAR(changeling_team_objective_type)
210210 if (ishuman(C) && ((NO_DNA_COPY in C. dna. species. species_traits) || ! C. has_dna() || (NOHUSK in C. dna. species. species_traits)))
211211 to_chat (C, span_userdanger(" You have been made a human, as your original race had incompatible DNA." ))
212212 C. set_species(/ datum / species/ human, TRUE , TRUE )
213+ C. dna. features[" flavor_text" ] = " "
213214 if (C. client?. prefs?. read_preference(/ datum / preference/ name/ backup_human) && ! is_banned_from(C. client?. ckey, " Appearance" ))
214215 C. fully_replace_character_name(C. dna. real_name, C. client. prefs. read_preference(/ datum / preference/ name/ backup_human))
215216 else
Original file line number Diff line number Diff line change 173173 if (H. dna. species. id != SPECIES_HUMAN )
174174 H. set_species(/ datum / species/ human)
175175 H. apply_pref_name(/ datum / preference/ name/ backup_human, preference_source)
176+ H. dna. features[" flavor_text" ] = " "
176177
177178 if (forced_species)
178179 H. set_species(forced_species)
You can’t perform that action at this time.
0 commit comments