You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
users can currently configure MOMMY_COMPLIMENTS and MOMMY_ENCOURAGEMENTS to change what mommy will say. users who want a stricter, tougher mommy can thus configure mommy to do so by themselves, but I anticipate there will be a few categories of behaviour that many users will want. so why not add those to the default presets?
so, add a variable MOMMY_PRESET, which determines which preset is applied:
if the preset is unset (or unknown), the default (current) sentences are loaded, and then the user's configured templates optionally override that
if a preset is set (and exists), these override the user's configured templates (but not the *_CUSTOM variables, of course), since it does not make much sense to set both MOMMY_COMPLIMENTSandMOMMY_ENCOURAGEMENTS (unless a user wants to override only one of them, and use the other from the preset?)
The text was updated successfully, but these errors were encountered:
users can currently configure
MOMMY_COMPLIMENTS
andMOMMY_ENCOURAGEMENTS
to change what mommy will say. users who want a stricter, tougher mommy can thus configure mommy to do so by themselves, but I anticipate there will be a few categories of behaviour that many users will want. so why not add those to the default presets?so, add a variable
MOMMY_PRESET
, which determines which preset is applied:*_CUSTOM
variables, of course), since it does not make much sense to set bothMOMMY_COMPLIMENTS
andMOMMY_ENCOURAGEMENTS
(unless a user wants to override only one of them, and use the other from the preset?)The text was updated successfully, but these errors were encountered: