Change DailyLifeDuty description.

This commit is contained in:
Bernardo Lopes 2023-03-20 11:12:12 -03:00
parent 4dbf27089a
commit dd2b842723

View file

@ -85,7 +85,7 @@ internal class FoolsManager : IDisposable, IServiceType
{
Name = "DailyLifeDuty",
InternalName = "DailyLifeDutyPlugin",
Description = "Easily Track Daily and Weekly tasks... in real life",
Description = "We were just informed there are these things called \"chores\" outside the game. No worries, though, we can track them!",
Author = "MidoriKami",
RealAuthor = "Berna",
Type = typeof(DailyLifeDutyPlugin),
@ -144,7 +144,6 @@ internal class FoolsManager : IDisposable, IServiceType
RealAuthor = "Berna",
Type = typeof(YesHealMePlugin),
},
};
}