flavor texts unset on randomize, yay.

This commit is contained in:
Ghommie
2020-03-10 15:11:16 +01:00
parent 7ba120a8d3
commit 7578d60436
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -40,6 +40,9 @@
H.dna.features["insect_wings"] = pick(GLOB.insect_wings_list)
H.dna.features["deco_wings"] = pick(GLOB.deco_wings_list)
H.dna.features["insect_fluff"] = pick(GLOB.insect_fluffs_list)
H.dna.features["flavor_text"] = "" //Oh no.
SEND_SIGNAL(H, COMSIG_HUMAN_ON_RANDOMIZE)
H.update_body()
H.update_hair()