mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复藏私房钱时候不显示名字
This commit is contained in:
parent
1192006c0e
commit
48982da3c5
@ -82,7 +82,7 @@ namespace VPet_Simulator.Windows
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBoxX.Show("看到您囊中羞涩,{0}拿出了1000块私房钱出来给你".Translate());
|
||||
MessageBoxX.Show("看到您囊中羞涩,{0}拿出了1000块私房钱出来给你".Translate(mw.Core.Save.Name));
|
||||
mw.GameSavesData[(gbol)"self"] = true;
|
||||
mw.Core.Save.Money += 1000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user