1
This commit is contained in:
parent
f0fb944f7e
commit
628c8fafc6
@ -1080,7 +1080,7 @@ void BattleDataContext::Init(Creature* c)
|
||||
#if 1
|
||||
{
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user