Yes, it's bugged (action appended incorrectly and a missing return value).
Attached a zip, go to the below path in your game dir, rename your
role_sister_taboo_quests.rpy to
role_sister_taboo_quests.BACKUP and extract file in the zip to there. Then load a save from before you get phone blocked.
game\game_roles\role_sister\role_sister_taboo_quests.rpy
Fix was:
Line 31, last line here add
True
to the return
Python:
def sister_oral_quest_2_requirement(the_person):
if not the_person.event_triggers_dict.get("sister_oral_quest_active", False):
return False
elif not the_person.event_triggers_dict.get("sister_oral_quest_progress", 0) == 1:
return False
elif mc.business.funds < 1200:
return ""
else:
#return
return True
Line 281, change this line:
Python:
#$ electronics_store.on_room_enter_event_list.append(Action("pi phone discover", sister_oral_quest_1_requirement, "sister_oral_taboo_break_revisit_quest_1", args = the_person, requirement_args = the_person))
$ electronics_store.actions.append(Action("pi phone discover", sister_oral_quest_1_requirement, "sister_oral_taboo_break_revisit_quest_1", args = the_person, requirement_args = the_person))
Then visit the Electronics Store and there should be a new action uh... "pi phone discover"
If you have the money available (1200) you should then get another option to buy the phone.
I recommend you wait in line because you can meet a new MILFy character. Also because scalpers can eat a d.