1
This commit is contained in:
parent
c38429f39d
commit
f3dca9c477
@ -45,7 +45,7 @@ namespace mt
|
||||
_atk = a8::XValue(strings[0]);
|
||||
_atk_up = a8::XValue(strings[1]);
|
||||
} else {
|
||||
_atk = a8::XValue(strings[0]);
|
||||
_atk = a8::XValue(atk());
|
||||
_atk_up = _atk;
|
||||
}
|
||||
}
|
||||
@ -56,7 +56,7 @@ namespace mt
|
||||
_max_hp = a8::XValue(strings[0]);
|
||||
_max_hp_up = a8::XValue(strings[1]);
|
||||
} else {
|
||||
_max_hp = a8::XValue(strings[0]);
|
||||
_max_hp = a8::XValue(max_hp());
|
||||
_max_hp_up = _max_hp;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user