We did not, sadly game follows human-penis logic even with aliens (exception being canine), maybe Asari should get it.can't remember if we had an equine-esque creature in the first chapter, would be nice to see
elcor was basically equine. 4 legged and big old schlong with a flare at the endWe did not, sadly game follows human-penis logic even with aliens (exception being canine), maybe Asari should get it.
Edit: Elcor had something similar to.
File "renpy/compat/pickle.py", line 107, in dump
pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
PicklingError: Can't pickle <enum 'Strategy'>: attribute lookup Strategy on store.BattleSystem failed
While running game code:
File "renpy/common/00action_file.rpy", line 414, in __call__
renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <enum 'Strategy'>: attribute lookup Strategy on store.BattleSystem failed
check the second post on the thread (by me). i gave my full traceback of the save bug and other people seem to be having similar issuesmessman not sure if the save bug was reported, but:
Code:File "renpy/compat/pickle.py", line 107, in dump pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL) PicklingError: Can't pickle <enum 'Strategy'>: attribute lookup Strategy on store.BattleSystem failed While running game code: File "renpy/common/00action_file.rpy", line 414, in __call__ renpy.save(fn, extra_info=save_name) PicklingError: Can't pickle <enum 'Strategy'>: attribute lookup Strategy on store.BattleSystem failed