clarify single player ending message

This commit is contained in:
ohsqueezy 2024-01-10 21:24:00 -08:00
parent 41fa64c553
commit ee13cdbdc6
1 changed files with 2 additions and 1 deletions

3
NS.py
View File

@ -3667,7 +3667,8 @@ class Ending(Animation):
# Create a message for single-player mode
else:
text = f"You vanquished my goon and got #{self.rank()[0]} out of {self.rank()[1]}! Well done, slime bag.\n"
text = (f"You vanquished my goon and got the #{self.rank()[0]} rank out of {self.rank()[1]} overall!\n"
"Well done, slime bag.")
if self.defeated_level_index == 2:
dialogue.set_name("Tony")