This commit is contained in:
aozhiwei 2024-08-21 15:55:35 +08:00
parent f0fb944f7e
commit 628c8fafc6

View File

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