From 8804a8a4a2c54ad2c4b01d4cb2785c26b2cad088 Mon Sep 17 00:00:00 2001 From: u80864958 Date: Wed, 11 Dec 2024 10:16:44 +0100 Subject: [PATCH] dunno --- BetterUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BetterUtils.py b/BetterUtils.py index 70bad2a..ad0ff90 100644 --- a/BetterUtils.py +++ b/BetterUtils.py @@ -49,7 +49,7 @@ def generateAge(interest_age): def showStats(intrest): - print("You got " + str(intrest.rom_points) + " of "+str(intrest.rom_goals)+" rom points") + print("Du hast " + str(intrest.rom_points) + " von " + str(intrest.rom_goals) + " Romantikpunkte!") class RomanticInterest: