1
This commit is contained in:
parent
695e04fcfd
commit
b5ceb9cd04
@ -1077,10 +1077,10 @@ void BattleDataContext::Init(Creature* c)
|
||||
if (weapon2_ability_) {
|
||||
weapon2_ability_->Init(c);
|
||||
}
|
||||
#ifdef MYDEBUG
|
||||
#if 1
|
||||
{
|
||||
if (c->IsAndroid()) {
|
||||
skin_id_ = 1 + c->GetHeroMeta()->skinlist();
|
||||
if (c->IsAndroid() && a8::RandEx(0, 1000) < 100) {
|
||||
skin_id_ = a8::RandEx(0, 3) + c->GetHeroMeta()->skinlist();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user