This commit is contained in:
aozhiwei 2024-08-20 17:58:25 +08:00
parent 695e04fcfd
commit b5ceb9cd04

View File

@ -1077,10 +1077,10 @@ void BattleDataContext::Init(Creature* c)
if (weapon2_ability_) { if (weapon2_ability_) {
weapon2_ability_->Init(c); weapon2_ability_->Init(c);
} }
#ifdef MYDEBUG #if 1
{ {
if (c->IsAndroid()) { if (c->IsAndroid() && a8::RandEx(0, 1000) < 100) {
skin_id_ = 1 + c->GetHeroMeta()->skinlist(); skin_id_ = a8::RandEx(0, 3) + c->GetHeroMeta()->skinlist();
} }
} }
#endif #endif