('sims.add_food_baby_buff')ĭef add_food_baby_buff(_connection=None): # Clean up any necessary actions when the buff is removed # Apply the Food Baby buff and dazed moodlet to the sim 'treadmill_interaction': TunableReference(description='Interaction to remove the Food Baby buff when sim uses the remove_food_baby_buff(sim_info): 'swimming_interaction': TunableReference(description='Interaction to remove the Food Baby buff when sim swims.'), 'moodlet': TunableReference(description='Moodlet applied when sim has the Food Baby buff.'), įrom import HasTunableSingletonFactory, AutoFactoryInit, TunableReference, TunableĬlass FoodBabyBuff(AutoFactoryInit, HasTunableSingletonFactory): Since I can't figure out how to get my mods working I figure I'll post the code I created for my Food Baby mod hopefully someone can get them working or if need be rebuild it from the ground up, here it is.