Fix sniper and water creatures bug, mark some files

This commit is contained in:
eray orçunus
2020-10-09 12:02:21 +03:00
parent ed82c55475
commit a01b14f301
12 changed files with 44 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ CStingerSegment::CStingerSegment()
m_fBuoyancy = GRAVITY * m_fMass * 0.1f;
bExplosionProof = true;
SetModelIndex(MI_PLC_STINGER);
ObjectCreatedBy = ESCALATOR_OBJECT;
ObjectCreatedBy = CONTROLLED_SUB_OBJECT;
NumOfStingerSegments++;
}