1
This commit is contained in:
parent
30dbd7f3b2
commit
f5626febf7
@ -147,8 +147,8 @@ private:
|
||||
(c->room->pve_instance->gemini_lv());
|
||||
if (standard_meta) {
|
||||
hp_ = standard_meta->hp();
|
||||
atk_ = standard_meta->damage() * hero_meta->damage_ratio();
|
||||
def_ = standard_meta->defence() * hero_meta->defence_ratio();
|
||||
atk_ = standard_meta->damage();
|
||||
def_ = standard_meta->defence();
|
||||
} else {
|
||||
#ifdef DEBUG
|
||||
abort();
|
||||
@ -168,8 +168,8 @@ private:
|
||||
}
|
||||
if (standard_meta) {
|
||||
hp_ = standard_meta->hp();
|
||||
atk_ = standard_meta->damage() * hero_meta->damage_ratio();
|
||||
def_ = standard_meta->defence() * hero_meta->defence_ratio();
|
||||
atk_ = standard_meta->damage();
|
||||
def_ = standard_meta->defence();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user