1
This commit is contained in:
parent
7bc0d15068
commit
65303f049c
@ -24,7 +24,7 @@
|
|||||||
Human::Human():Entity()
|
Human::Human():Entity()
|
||||||
{
|
{
|
||||||
default_weapon.weapon_idx = 0;
|
default_weapon.weapon_idx = 0;
|
||||||
default_weapon.weapon_id = 12101;
|
default_weapon.weapon_id = 12002;
|
||||||
default_weapon.weapon_lv = 1;
|
default_weapon.weapon_lv = 1;
|
||||||
default_weapon.ammo = 1;
|
default_weapon.ammo = 1;
|
||||||
default_weapon.meta = MetaMgr::Instance()->GetEquip(default_weapon.weapon_id);
|
default_weapon.meta = MetaMgr::Instance()->GetEquip(default_weapon.weapon_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user