Remove leftover .generate() call from chargen tutorial, as per #3289

This commit is contained in:
Griatch 2023-11-23 20:49:03 +01:00
parent 42c9d356d7
commit 0e7808c602

View file

@ -650,7 +650,6 @@ This is a start point for spinning up the chargen from a command later.
# this generates all random components of the character
tmp_character = TemporaryCharacterSheet()
tmp_character.generate()
EvMenu(caller, menutree, session=session,
startnode="node_chargen", # <-----