Beginning work on instantiating NPCs.
This commit is contained in:
parent
3dc4d3d262
commit
873c7b1469
|
@ -142,7 +142,7 @@
|
||||||
g' (if (keyword? gender) gender (:gender gender))]
|
g' (if (keyword? gender) gender (:gender gender))]
|
||||||
(or
|
(or
|
||||||
(when last-consonant?
|
(when last-consonant?
|
||||||
(when g'
|
(when (keyword? g')
|
||||||
(rand-nth (-> *genders* g' :suffixes))))
|
(rand-nth (-> *genders* g' :suffixes))))
|
||||||
"")))
|
"")))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue