I think I found a bug, I don't know if its because I migrated my save but a error popped out when i was training with Cho and she was missing her Quddich gear (she was naked), also in the first Quddich Match same thing happened but with both hermione (normal hair instad of the formal hair) and cho (missing her gear, she was flying naked lol)
Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/_script_/_hermione_/summon.rpy", line 92, in script call
call gift_menu
File "game/_script_/_hermione_/summon.rpy", line 92, in script call
call gift_menu
File "game/_script_/_cho_/Quidditch/_training_.rpy", line 28, in script
$ cho.equip(cho_outfit_quidditch) # Equip quidditch set
File "game/_script_/_cho_/Quidditch/_training_.rpy", line 28, in <module>
$ cho.equip(cho_outfit_quidditch) # Equip quidditch set
File "game/_script_/doll/main.rpy", line 108, in equip
self.clothes[i.type][0].set_color(i.color)
AttributeError: 'NoneType' object has no attribute 'set_color'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/_script_/_hermione_/summon.rpy", line 92, in script call
call gift_menu
File "game/_script_/_hermione_/summon.rpy", line 92, in script call
call gift_menu
File "game/_script_/_cho_/Quidditch/_training_.rpy", line 28, in script
$ cho.equip(cho_outfit_quidditch) # Equip quidditch set
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/_script_/_cho_/Quidditch/_training_.rpy", line 28, in <module>
$ cho.equip(cho_outfit_quidditch) # Equip quidditch set
File "game/_script_/doll/main.rpy", line 108, in equip
self.clothes[i.type][0].set_color(i.color)
AttributeError: 'NoneType' object has no attribute 'set_color'
Windows-10-10.0.22000
Ren'Py 7.4.11.2266
WT Silver 1.42.0
Tue Mar 29 19:01:27 2022
```
Last edited: