Fix some NPC and Corpse falling through the ground issues

This commit is contained in:
Akkadius
2017-07-01 03:07:45 -05:00
parent 21ef83bcbe
commit 1f39a0cb3e
6 changed files with 43 additions and 6 deletions
+3 -1
View File
@@ -113,7 +113,7 @@ Mob::Mob(const char* in_name,
tmHidden(-1),
mitigation_ac(0),
m_specialattacks(eSpecialAttacks::None),
fix_z_timer(1000),
fix_z_timer(300),
fix_z_timer_engaged(100)
{
targeted = 0;
@@ -121,6 +121,8 @@ Mob::Mob(const char* in_name,
tar_vector=0;
currently_fleeing = false;
last_z = 0;
AI_Init();
SetMoving(false);
moved=false;