mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-23 07:53:35 +00:00
Buddypoints compatability
This commit is contained in:
parent
156ebeb364
commit
77a3f5e36a
1 changed files with 9 additions and 3 deletions
|
|
@ -1198,7 +1198,9 @@ datablock DebrisData( PlayerDebris )
|
|||
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
||||
datablock PlayerData(LightMaleHumanArmor) : LightPlayerDamageProfile
|
||||
{
|
||||
detectsUsingLOS = true; //Kills autopoints
|
||||
//Kills autopoints
|
||||
detectsUsingLOSEnemy[1] = true;
|
||||
detectsUsingLOSEnemy[2] = true;
|
||||
|
||||
emap = true;
|
||||
|
||||
|
|
@ -1452,7 +1454,9 @@ datablock DecalData(MediumMaleFootprint)
|
|||
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
||||
datablock PlayerData(MediumMaleHumanArmor) : MediumPlayerDamageProfile
|
||||
{
|
||||
detectsUsingLOS = true; //Kills autopoints
|
||||
//Kills autopoints
|
||||
detectsUsingLOSEnemy[1] = true;
|
||||
detectsUsingLOSEnemy[2] = true;
|
||||
|
||||
emap = true;
|
||||
|
||||
|
|
@ -1707,7 +1711,9 @@ datablock DecalData(HeavyMaleFootprint)
|
|||
// z0dd - ZOD, 4/21/02. Altered most of these properties
|
||||
datablock PlayerData(HeavyMaleHumanArmor) : HeavyPlayerDamageProfile
|
||||
{
|
||||
detectsUsingLOS = true; //Kills autopoints
|
||||
//Kills autopoints
|
||||
detectsUsingLOSEnemy[1] = true;
|
||||
detectsUsingLOSEnemy[2] = true;
|
||||
|
||||
emap = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue