Great update! Character creation sure is a lot more interesting! Though I encounterd a bug already. When you acquired the stick for the first time, asked to equip it to continue. I clicked a empty skill slot in inventory menu and an error occured.
I'll paste the first part of traceback.txt here. If you need more I can paste the latter half.
---
While running game code:
File "game/script.rpy", line 1207, in script
"Equip Stick to continue"
File "game/inventory_screens.rpy", line 15, in execute
screen inventory_screen():
File "game/inventory_screens.rpy", line 15, in execute
screen inventory_screen():
File "game/inventory_screens.rpy", line 356, in execute
frame:
File "game/inventory_screens.rpy", line 362, in execute
if selected_skill != None:
File "game/inventory_screens.rpy", line 363, in execute
vbox:
File "game/inventory_screens.rpy", line 365, in execute
hbox:
File "game/inventory_screens.rpy", line 367, in execute
add pc.skills[selected_skill].img + "_color.jpg"
AttributeError: 'NoneType' object has no attribute 'img'
Rollback function seems to work for me so I can continue without starting over. Thrilled to explore more of the new contents!