I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 10595, in script call
call advance_time from _call_advance_time_15
File "game/script.rpy", line 11269, in script call
$ the_crisis.call_action()
File "game/crises/crises.rpy", line 1384, in script call
call fuck_person(the_person) from _call_fuck_person_4
File "game/sex_mechanics.rpy", line 286, in script call
call strip_menu(the_person, position_choice.verbing, private) from _call_strip_menu
File "game/sex_mechanics.rpy", line 807, in script
$ the_person.draw_animated_removal(strip_choice, half_off_instead = True)
File "game/sex_mechanics.rpy", line 807, in <module>
$ the_person.draw_animated_removal(strip_choice, half_off_instead = True)
File "game/script.rpy", line 2437, in draw_animated_removal
bottom_displayable = Flatten(self.build_person_displayable(position, emotion, special_modifier, lighting, background_fill, no_frame = True)) #Get the starting image without the frame
File "game/script.rpy", line 2179, in build_person_displayable
displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show.
File "game/script.rpy", line 5216, in generate_draw_list
ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting, regions_constrained = currently_constrained_regions, nipple_wetness = nipple_wetness))
File "game/script.rpy", line 4898, in generate_item_displayable
region_mask = region.generate_raw_image(body_type, tit_size, position)
UnboundLocalError: local variable 'region' referenced before assignment