Yeah, Eric's lust is a hidden requirement as well. I just tested it on a save on Wednesday night, if he has low lust Eric stays at home and Astra gets the regular dildo scene and when his lust is high he goes there.
So thanks
Are you absolutely sure ?
According to the game code and according to my own test, Eric's Lust is not used at all here.
Game code
Event is activated on Tuesday's night, just before sleeping:
Code:
(Extract of CommonEvents)
...
Switch[941] = OFF // Eric will not fuck Astra today (default)
If Switch[87] = ON // If Tuesday (just before sleeping, as this concerns the day change event)
If Variable[130] >= 30 // If Astra and Eric attraction >= 30
Switch[941] = ON // Then Eric will fuck Astra today
EndIf
EndIf
...
Event occurred on Wednesday's night in the Ironheart Manor:
Code:
(Extract of Map15)
...
Conditions: (1Switch[941]=ON) (Variable[2]>=4) Trigger=Player Touch
// If (Eric will fuck Astra today) and (Time of day>=4, i.e. night)
[...]
CallCommonEvent(695) // Eric Astra vaginal
...
My own test with Eric's Lust = 0 (i.e. Variable[64]= 0)
The event is quite present, indeed: