bug修改
This commit is contained in:
@@ -538,7 +538,7 @@ namespace ChillConnect
|
||||
|
||||
public static string getChString(decimal ch)
|
||||
{
|
||||
if (GameHelper.isRDExchangeMode())
|
||||
if (GameHelper.isRDExchangeMode()&&GameHelper.IsGiftSwitch())
|
||||
{
|
||||
string str = "<img src='ui://o9974uc5qbo98'/>";
|
||||
return str + $" {ch:N0}";
|
||||
@@ -1649,6 +1649,7 @@ namespace ChillConnect
|
||||
}
|
||||
public static void ShowPaidPack()
|
||||
{
|
||||
if(!GameHelper.IsGiftSwitch()) return;
|
||||
|
||||
if (Random.Range(0, 100) < GetCommonModel().TurnOffPackRate)
|
||||
{
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
fx_tips,
|
||||
fx_wheel,
|
||||
fx_win,
|
||||
fx_win_title,
|
||||
fx_winstar,
|
||||
fx_proplight,
|
||||
fx_addeffect,
|
||||
fx_addeffect_1,
|
||||
|
||||
Reference in New Issue
Block a user