1
This commit is contained in:
parent
cb19bbe4c0
commit
c469a91cbf
@ -55,7 +55,7 @@ void Android::GiveEquip()
|
||||
if (weapon_meta) {
|
||||
weapons[kGUN_SLOT1].weapon_idx = kGUN_SLOT1;
|
||||
#if 1
|
||||
weapons[kGUN_SLOT1].weapon_id = 12001 + rand() % 11;
|
||||
weapons[kGUN_SLOT1].weapon_id = weapon_meta->i->id();
|
||||
weapons[kGUN_SLOT1].weapon_lv = rand() % 3;
|
||||
#else
|
||||
weapons[kGUN_SLOT1].weapon_id = weapon_meta->i->id();
|
||||
|
Loading…
x
Reference in New Issue
Block a user