Merge pull request #3032 from homeofpoe/patch-18

Update Beginner-Tutorial-Characters.md
This commit is contained in:
Griatch 2022-12-16 09:24:58 +01:00 committed by GitHub
commit f6c3f31198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ class LivingMixin:
healed = min(damage, hp)
self.hp += healed
self.msg("You heal for {healed} HP.")
self.msg(f"You heal for {healed} HP.")
def at_pay(self, amount):
"""When paying coins, make sure to never detract more than we have"""