Merge remote-tracking branch 'upstream/master'

This commit is contained in:
BongaTheProto
2022-06-11 23:25:29 -05:00
62 changed files with 1222 additions and 440 deletions
+4
View File
@@ -50,6 +50,10 @@
H.dna.features["flavor_text"] = "" //Oh no.
H.dna.features["body_model"] = H.gender
H.set_bark(pick(GLOB.bark_random_list))
H.vocal_pitch = BARK_PITCH_RAND(H.gender)
H.vocal_pitch_range = BARK_VARIANCE_RAND
SEND_SIGNAL(H, COMSIG_HUMAN_ON_RANDOMIZE)
H.update_body(TRUE)