Removed extra code

This commit is contained in:
ChocoTaco1 2020-12-07 13:06:49 -05:00
parent 996ebcc922
commit 9ce88987f9
4 changed files with 2 additions and 34 deletions

View file

@ -3380,15 +3380,3 @@ new SimGroup(MissionGroup) {
}; };
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---
package DermCityInvinEquip {
function StaticShapeData::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType)
{
if( $CurrentMission $= "!DermCity" && %targetObject.invincible )
return;
parent::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType);
}
};
activatePackage(DermCityInvinEquip);

View file

@ -2228,10 +2228,6 @@ new SimGroup(MissionGroup) {
Target = "-1"; Target = "-1";
holo = "0"; holo = "0";
}; };
new SimGroup() {
powerCount = "0";
};
new InteriorInstance(InteriorInstance) { new InteriorInstance(InteriorInstance) {
position = "927.302 677.982 182.936"; position = "927.302 677.982 182.936";
rotation = "0 0 1 142.758"; rotation = "0 0 1 142.758";

View file

@ -3893,9 +3893,5 @@ new SimGroup(MissionGroup) {
}; };
}; };
}; };
new SimGroup() {
powerCount = "0";
};
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---

View file

@ -1242,15 +1242,3 @@ new SimGroup(MissionGroup) {
}; };
}; };
//--- OBJECT WRITE END --- //--- OBJECT WRITE END ---
package SimpleInvinEquip {
function StaticShapeData::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType)
{
if( $CurrentMission $= "!Simple2on2" && %targetObject.invincible )
return;
parent::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType);
}
};
activatePackage(SimpleInvinEquip);