fix: special item typos (#3)

Hammer had a typo in the description

Reviewed-on: pwgen2155/dawdle#3
Co-authored-by: Mediaman <mediaman@riseup.net>
Co-committed-by: Mediaman <mediaman@riseup.net>
This commit is contained in:
Mediaman 2024-02-29 20:38:16 +00:00 committed by pwgen2155
parent 7aa7a5eb5c
commit 24d8ca6650
Signed by: GammaSpectra.live Git
GPG key ID: 8B02E6093E9CB7B3

View file

@ -2139,8 +2139,8 @@ class DawdleBot(abstract.AbstractBot):
"Your enemies are left choking on your dust as you run from them "
"very, very quickly."),
SpecialItem(25, 300, 51, 'weapon', "Jeff's Cluelesshammer of Doom",
"It has bought doom to your enemies, your family, and your "
"possible friends. God mad a mistake, and you paid the price for it"
"It has brought doom to your enemies, your family, and your "
"possible friends. God made a mistake, and you paid the price for it"
"In the end, it is just a hammer.")]
for si in special_items:
@ -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('nick',player.name)} - S Tier Item Acquired"),
self.chanmsg(f"{C('name', player.name)} - S Tier Item Acquired"),
player.acquire_item(si.kind, ilvl, si.name)
self._db.write_players([player])
return