I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/script.rpy", line 11198, in script call
    call advance_time from _call_advance_time_15
  File "game/script.rpy", line 11946, in script
    python:
  File "game/script.rpy", line 11948, in <module>
    people.run_move(place)
  File "game/script.rpy", line 2192, in run_move
    self.wear_uniform()
  File "game/script.rpy", line 3235, in wear_uniform
    self.apply_outfit(self.planned_uniform) #We apply clothing taboos to uniforms because the character is assumed to have seen them in them.
  File "game/script.rpy", line 2797, in apply_outfit
    self.outfit = the_outfit.get_copy().merge_outfit(self.base_outfit)
  File "game/script.rpy", line 5690, in merge_outfit
    self.add_accessory(an_item.get_copy())
  File "game/script.rpy", line 5790, in add_accessory
    if self.can_add_accessory(new_clothing):
  File "game/script.rpy", line 5776, in can_add_accessory
    if accessory == new_clothing:
  File "game/script.rpy", line 5122, in __cmp__
    and self.pattern == other.pattern
AttributeError: 'Facial_Accessory' object has no attribute 'pattern'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/script.rpy", line 11198, in script call
    call advance_time from _call_advance_time_15
  File "game/script.rpy", line 11946, in script
    python:
  File "C:\Users\Francis\Documents\MEGAsync Downloads\Lab_Rats_2-v0.37.1-pc\Lab_Rats_2-v0.37.1-pc\renpy\ast.py", line 927, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Francis\Documents\MEGAsync Downloads\Lab_Rats_2-v0.37.1-pc\Lab_Rats_2-v0.37.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 11948, in <module>
    people.run_move(place)
  File "game/script.rpy", line 2192, in run_move
    self.wear_uniform()
  File "game/script.rpy", line 3235, in wear_uniform
    self.apply_outfit(self.planned_uniform) #We apply clothing taboos to uniforms because the character is assumed to have seen them in them.
  File "game/script.rpy", line 2797, in apply_outfit
    self.outfit = the_outfit.get_copy().merge_outfit(self.base_outfit)
  File "game/script.rpy", line 5690, in merge_outfit
    self.add_accessory(an_item.get_copy())
  File "game/script.rpy", line 5790, in add_accessory
    if self.can_add_accessory(new_clothing):
  File "game/script.rpy", line 5776, in can_add_accessory
    if accessory == new_clothing:
  File "game/script.rpy", line 5122, in __cmp__
    and self.pattern == other.pattern
AttributeError: 'Facial_Accessory' object has no attribute 'pattern'
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.37.1
Mon Feb 15 10:17:32 2021