vinfamy / LifePlay

Free, Open-Source and Moddable Lifesim RPG (Link NSFW). I had to change my dev PC and couldn't set up Git correctly on the new PC so the full source code for the game will be available here: https://mega.nz/folder/1XYSXbRb#nFHZ1wdwTbL6rS1oUdMe0g
https://mega.nz/folder/1XYSXbRb#nFHZ1wdwTbL6rS1oUdMe0g
GNU Affero General Public License v3.0
70 stars 34 forks source link

generatePersonTemporary with preset have no name #210

Closed Rizean closed 2 years ago

Rizean commented 2 years ago

ActorA = generatePersonTemporary(normal_F) "ActorA.name is "

vinfamy commented 2 years ago

noted, will check

vinfamy commented 2 years ago

use generatePersonTemporary() then blendPreset() is the preferred way, cause if I make it always randomize name, it would cause problems when generating quest actors etc