Include S tier level on channel notice
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2024-03-02 15:00:56 +00:00
parent 30bf0c4421
commit e5b180748a
Signed by: GammaSpectra.live Git
GPG key ID: 8B02E6093E9CB7B3

View file

@ -2157,7 +2157,7 @@ class DawdleBot(abstract.AbstractBot):
self.notice(player.nick,
f"The light of the gods shines down upon you! You have "
f"found the S Tier {C('item')}level {ilvl} {si.name}{C()}! {si.flavor}")
self.chanmsg(f"{C('name', player.name)} - S Tier Item Acquired"),
self.chanmsg(f"{C('name', player.name)} - S Tier Level {C('item')} Item Acquired"),
player.acquire_item(si.kind, ilvl, si.name)
self._db.write_players([player])
return