```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/mechanics/characters.rpy", line 826, in <module>
File "game/scripts/mechanics/behavior.rpy", line 307, in set_Character_Outfits
File "game/scripts/mechanics/clothing.rpy", line 593, in change_Outfit
File "game/scripts/mechanics/clothing.rpy", line 256, in set_Outfit_flags
File "game/scripts/displayables/live2d/clothing.rpy", line 71, in clothing_Live2D
File "game/scripts/displayables/live2d/utilities.rpy", line 53, in parts_Live2D
AttributeError: 'Live2D' object has no attribute 'blend_opacity'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/events/chapter_one/day_one.rpyc", line 34, in script call
File "scripts/mechanics/characters.rpyc", line 826, in script
File "renpy/ast.py", line 821, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/scripts/mechanics/characters.rpy", line 826, in <module>
File "game/scripts/mechanics/behavior.rpy", line 307, in set_Character_Outfits
File "game/scripts/mechanics/clothing.rpy", line 593, in change_Outfit
File "game/scripts/mechanics/clothing.rpy", line 256, in set_Outfit_flags
File "game/scripts/displayables/live2d/clothing.rpy", line 71, in clothing_Live2D
File "game/scripts/displayables/live2d/utilities.rpy", line 53, in parts_Live2D
AttributeError: 'Live2D' object has no attribute 'blend_opacity'
```