Beginning work on instantiating NPCs.

This commit is contained in:
Simon Brooke 2024-04-08 10:48:32 +01:00
parent 3dc4d3d262
commit 873c7b1469

View file

@ -142,7 +142,7 @@
g' (if (keyword? gender) gender (:gender gender))]
(or
(when last-consonant?
(when g'
(when (keyword? g')
(rand-nth (-> *genders* g' :suffixes))))
"")))