### BUG REPORT ###
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapterFour_Ending.rpy", line 1317, in script
if mpe.mt_familiar == "maned wolf":
File "game/chapterFour_Ending.rpy", line 1317, in <module>
if mpe.mt_familiar == "maned wolf":
^^^^^^^^^^^^^^^
AttributeError: 'StoreModule' object has no attribute 'mt_familiar'
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/chapterFour_Ending.rpy", line 1317, in script
if mpe.mt_familiar == "maned wolf":
File "renpy/ast.py", line 2079, in execute
if renpy.python.py_eval(condition):
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "renpy/python.py", line 1305, in py_eval
return py_eval_bytecode(code, globals, locals)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1298, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/chapterFour_Ending.rpy", line 1317, in <module>
if mpe.mt_familiar == "maned wolf":
^^^^^^^^^^^^^^^
AttributeError: 'StoreModule' object has no attribute 'mt_familiar'