Improve sex scene triggers and effects
Improve sex scene triggers and effects:
- Add and check scopes in addition variable lists in all 4 sex scene triggers and effects. This is needed because when they are used in a tooltip, variable lists are not updated, leading to incorrect tooltips. For example, setting
carn_sex_scene_no_stress_effect = yes
just beforecarn_had_sex_with_effect
still shows the stress in the tooltip, although there is no stress in the actual effect. - Add
carn_sex_scene_no_std_effect
andcarn_sex_scene_no_std_trigger
to disable STD in sex scenes and effects. This is useful for example if in event should have a different chance for STD than whatcarn_had_sex_with_effect
does by default.
I need these changes to fix some incorrect tooltips in CLR and also for a new Carnalitas-based mod I am currently working on.