I rewrote the _contracts.rpy file contract generation system
The reason I did so was the original system would produce some that were not able to be created.
What it does now: It generates real serums based on actual traits and the bases for the tier it is passed.
It pulls all the information off the actual trait list itself.
That leads me to this suggestion.
In Business.rpy line 499 replace self.max_serum_tier with c.business.max_serum_tier
The reason I say that is it is possible for you to get ahead of what you can actually produce.
If you do the contracts will be based on that and not what your actual production level is.
Just fixed a small issue with it
I also submitted it to him via his bug report. What he had was crap.
He clearly didn't verify if the serums could even be maid it was requesting.
The reason I did so was the original system would produce some that were not able to be created.
What it does now: It generates real serums based on actual traits and the bases for the tier it is passed.
It pulls all the information off the actual trait list itself.
That leads me to this suggestion.
In Business.rpy line 499 replace self.max_serum_tier with c.business.max_serum_tier
The reason I say that is it is possible for you to get ahead of what you can actually produce.
If you do the contracts will be based on that and not what your actual production level is.
Just fixed a small issue with it
I also submitted it to him via his bug report. What he had was crap.
He clearly didn't verify if the serums could even be maid it was requesting.
Last edited: