Slacker lotion event gives me the following error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 303, in script call
call screen hold_screen() #NOTE: We never proceed past the hold screen! No code after this point will run.
File "game/script.rpy", line 465, in script call
call expression interact_label pass (*args, **kwargs)
File "game/Locations/Home/Backyard/backyard.rpy", line 111, in script call
call mom_sunbathe() #NOTE: also takes care of advaincing time.
File "game/Locations/Home/Backyard/backyard.rpy", line 223, in script
menu:
File "game/screens.rpy", line 210, in execute
screen choice(items, show_mom_stats = True, show_npc_stats = True, default_npc = None, menu_id = None):
File "game/screens.rpy", line 210, in execute
screen choice(items, show_mom_stats = True, show_npc_stats = True, default_npc = None, menu_id = None):
File "game/screens.rpy", line 286, in execute
vbox:
File "game/screens.rpy", line 290, in execute
for i in visible_options[starting_index : starting_index + options_per_page]:
File "game/screens.rpy", line 291, in execute
python:
File "game/screens.rpy", line 315, in <module>
if not mom.has_outfit_tag(tag_needed):
File "game/Classes/Logic_Classes/Person.rpy", line 146, in has_outfit_tag
elif self.current_underwear is not None and self.current_underwear.has_tag(the_tag) and not self.current_outfit.ignore_underwear_tags:
AttributeError: 'NoneType' object has no attribute 'ignore_underwear_tags'