# Ren'Py automatically loads all script files ending with .rpy. To use this
# file, define a label and jump to it from another file.
#
init python:
def maxall():
girls = [alice, aly, amy, brenda, delizia, desire, eva, faye, heather, ivy, jennifer, jessica, joy, lacey, natasha, renee, yvette]
player.endurance = 100
player.company_favor = 500
for girl in girls:
girl.rsm[0].affection_max = 100
girl.rsm[0].affection = 100
girl.rsm[0].love_max = 100
girl.rsm[0].love = 100
girl.rsm[0].favor = 100
girl.rsm[0].anger = 0
girl.lust = 100
# Remove the `#` to enable the below cheats
#girl.poker_skill = 0
#girl.monitoring_sub_dermal_hacked = True