Yay! More story! It's cool seeing how the different paths play out.
Found a bug: In the Gallery when trying to load Annie's scenes.
Pressing [Ignore] when the error pops up takes you to the Artwork section instead (with the "Show Futa | Hide Futa" options).
-----When Male/Female is selected-----
While running game code:
File "game/scripts/Gallery/gallery_menu_navigation.rpy", line 30, in script
call screen gallery_MaleMC
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Grid not completely full.
-----When Futa/Female is selected-----
While running game code:
File "game/scripts/Gallery/gallery_menu_navigation.rpy", line 38, in script
call screen gallery_FutaMC
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Grid not completely full.
------When Futa Only is selected-----
While running game code:
File "game/scripts/Gallery/gallery_menu_navigation.rpy", line 46, in script
call screen gallery_FutaMC
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Grid not completely full.