1
This commit is contained in:
parent
b1cac015bb
commit
121c332606
@ -304,7 +304,7 @@ namespace GameLogic
|
||||
// 直接扣
|
||||
m_AllAddPush += (int)buff.addPower;
|
||||
|
||||
|
||||
return;
|
||||
}
|
||||
else if (buff.m_Id == 1)
|
||||
{
|
||||
@ -536,7 +536,7 @@ namespace GameLogic
|
||||
|
||||
// 直接扣
|
||||
m_AllAddPush += (int)buff.addPower;
|
||||
|
||||
return;
|
||||
|
||||
}
|
||||
}
|
||||
@ -557,7 +557,7 @@ namespace GameLogic
|
||||
|
||||
// 永久增加推力
|
||||
m_AllAddPush += ConfigSystem.Instance.Tables.TbSystemConfig.Get(1).YongJiuPower;
|
||||
|
||||
return;
|
||||
}
|
||||
else if (buff.m_Id == 9)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user