卡牌更新
This commit is contained in:
@@ -61,8 +61,8 @@ namespace Continentis.MainGame.Card
|
||||
public void SetVariableAttribute(string attributeName, int baseOffset, bool additive = false,
|
||||
int originalValue = 0)
|
||||
{
|
||||
var baseName = "Base" + attributeName;
|
||||
var baseOffsetName = baseName + "Offset";
|
||||
var baseName = "Base_" + attributeName;
|
||||
var baseOffsetName = "Base_" + attributeName + "_Offset";
|
||||
|
||||
if (!additive) originalValue = GetAttribute(baseName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user