1
This commit is contained in:
parent
69cf258168
commit
b6a9003514
@ -53,7 +53,6 @@ Human::Human():Creature()
|
||||
skin.skin_lv = 1;
|
||||
}
|
||||
weapons[0] = default_weapon;
|
||||
SetCurrWeapon(&weapons[0]);
|
||||
}
|
||||
|
||||
Human::~Human()
|
||||
@ -75,6 +74,7 @@ void Human::Initialize()
|
||||
}
|
||||
}
|
||||
SetMaxHP(GetHP());
|
||||
SetCurrWeapon(&weapons[0]);
|
||||
}
|
||||
|
||||
float Human::GetSpeed()
|
||||
|
Loading…
x
Reference in New Issue
Block a user