Vinkawa quick bug report related to this. You still have instances of "inf<charactername>" references in your codebase, one of which breaks the 2nd interaction with Lucie.
View attachment 4135053
Code:
LifesPayback-0.9.1-pc/game$ grep influcie *.rpy
events_lucie.rpy: if(influcie >= 4):
interactions_lucie.rpy: elif(influcie >= 16 and event_lucie == 5):
LifesPayback-0.9.1-pc/game$ grep inflaura *.rpy
interactions_laura.rpy: elif (inflaura >= 8 and event_laura == 40):
interactions_laura.rpy: "Rub your dick between {color=#209c10}[laura!c]{/color}'s asscheeks" if(inflaura >= 8 and event_laura >= 5):
interactions_laura.rpy: "??? ({size=18}8 {image=ui/influence_point.png} and {color=#209c10}[laura!c]{/color} {image=ui/progress_point.png} 6{/size})" if(inflaura < 8 or event_laura < 5):
As far as I can tell, just some stragglers in both Lucie and Laura that would be caught during playtesting from the beginning. Good luck!