When screwing mom, I get this error
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 245, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 363, in script call
call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
File "game/script.rpy", line 363, in script call
call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
File "game/script.rpy", line 360, in script call
$ _return.call_action()
File "game/chat_actions.rpy", line 899, in script call
$ player_choice.call_action()
File "game/command_descriptions.rpy", line 209, in script call
call fuck_person(the_person, private = should_be_private, start_position = standing_grope, start_object = None, skip_intro = True) from _call_fuck_person_44
File "game/sex_mechanics.rpy", line 202, in script call
call check_position_willingness(the_person, position_choice, ignore_taboo = ignore_taboo, skip_condom = skip_condom) from _call_check_position_willingness
File "game/sex_mechanics.rpy", line 494, in script call
call condom_ask(the_person) from _call_condom_ask
File "game/sex_mechanics.rpy", line 698, in script call
$ the_person.call_dialogue("condom_ask")
File "game/personality_types/unique_personalities/mom_personality.rpy", line 546, in script
the_person "You should really put on a condom [the_person.mc_name]."
File "game/major_game_classes/character_related/Person.rpy", line 271, in __call__
self.char(what, *args, **kwargs)
AttributeError: 'Person' object has no attribute 'mc_name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 245, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 363, in script call
call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
File "game/script.rpy", line 363, in script call
call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
File "game/script.rpy", line 360, in script call
$ _return.call_action()
File "game/chat_actions.rpy", line 899, in script call
$ player_choice.call_action()
File "game/command_descriptions.rpy", line 209, in script call
call fuck_person(the_person, private = should_be_private, start_position = standing_grope, start_object = None, skip_intro = True) from _call_fuck_person_44
File "game/sex_mechanics.rpy", line 202, in script call
call check_position_willingness(the_person, position_choice, ignore_taboo = ignore_taboo, skip_condom = skip_condom) from _call_check_position_willingness
File "game/sex_mechanics.rpy", line 494, in script call
call condom_ask(the_person) from _call_condom_ask
File "game/sex_mechanics.rpy", line 698, in script call
$ the_person.call_dialogue("condom_ask")
File "game/personality_types/unique_personalities/mom_personality.rpy", line 546, in script
the_person "You should really put on a condom [the_person.mc_name]."
File "renpy/ast.py", line 724, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "game/major_game_classes/character_related/Person.rpy", line 271, in __call__
self.char(what, *args, **kwargs)
File "renpy/character.py", line 1206, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1125, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1105, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 652, in get_field
AttributeError: 'Person' object has no attribute 'mc_name'
Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Lab Rats 2 - Down to Business v0.42.1
Thu Jul 8 18:41:54 2021