Heyo!
I've been having a teeny tiny little problem with making rules for the psychostims.
The rule I have right now:
View attachment 5360261
This conflicts with literally every single other rule that assigns drugs to my girls cuz there appears to be a hard limit on how many times you can use the psychostims on a single girl.
So, I went digging into the source code and found 'canImproveIntelligence(slave)' to be the function that controls whether or not a slave can be given more psychostims (returns boolean in my estimation)
I'd like to use this function in my own custom activation condition but can't for the life of me figure out how.
The condition works as is in the slave search:
View attachment 5360270
But it doesn't in the rules assistant...
Any help is much appreciate

Cheers~
Edit: there is a hard limit of 15 psychostims, as defined in the 'canImproveIntelligence(slave)' function. Now if only I could access that info in the rules assistant...
Edit2: there's a section in the save file called the gene pool, which stores the origin data of the girls and is used by the game to figure out what has changed in the girls. Anyone know how to access this data in the rules assistant?