mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
make Bailey correctly explain about Aquatic Friends achievement badge (#8853)
* make Bailey correctly explain about Aquatic Friends achievement badge It's this error again: https://github.com/HabitRPG/habitica/issues/8658 From katzalina in the Report a Bug guild: "not a priority: Re:Bailey's news 07/05/ it says: both you and you friend get the aquatic friends badge - I splashed a party member and did not get the badge (didn't expect to either, until reviewing the news). Am I experiencing a bug or has there been a systematic change and the news text doesn't reflect it, yet? Thanks" * the incorrect message was in an earlier Bailey as well
This commit is contained in:
parent
e4d006e5cd
commit
5f3539da19
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ mixin oldNews
|
|||
tr
|
||||
td
|
||||
h3 Seafoam
|
||||
p Throw some Seafoam at your friends and they will turn into a cheerful sea star until their next cron! You can buy the Seafoam in the <a href='/#/options/inventory/seasonalshop'>Seasonal Shop</a> for gold. Plus, you and your pal will both receive the Aquatic Friends badge!
|
||||
p Throw some Seafoam at your friends and they will turn into a cheerful sea star until their next cron! Plus, they will receive the Aquatic Friends badge! You can buy the Seafoam in the <a href='/#/options/inventory/seasonalshop'>Seasonal Shop</a> for gold.
|
||||
br
|
||||
p Don't want to be a sea star? Just buy some Sand from the <a href='/#/tasks'>Rewards Store</a> to reverse it.
|
||||
br
|
||||
|
|
@ -481,7 +481,7 @@ mixin oldNews
|
|||
tr
|
||||
td
|
||||
h3 Shiny Seeds
|
||||
p Throw a Shiny Seed at your friends and they will turn into a cheerful flower until their next cron! You can buy the Seeds in the <a href='/#/options/inventory/seasonalshop'>Seasonal Shop</a> for gold. Plus, you and your pal will both receive the Agricultural Friends badge!
|
||||
p Throw a Shiny Seed at your friends and they will turn into a cheerful flower until their next cron! You can buy the Seeds in the <a href='/#/options/inventory/seasonalshop'>Seasonal Shop</a> for gold. Plus, they will receive the Agricultural Friends badge!
|
||||
br
|
||||
p Don't want to be a flower? Just buy some Petal-Free Potion from your Rewards column to reverse it.
|
||||
br
|
||||
|
|
|
|||
Loading…
Reference in a new issue