mirror of
https://github.com/ChocoTaco1/zDiscord-Map-Pack.git
synced 2026-03-16 18:40:38 +00:00
Removed extra code
This commit is contained in:
parent
996ebcc922
commit
9ce88987f9
4 changed files with 2 additions and 34 deletions
|
|
@ -3379,16 +3379,4 @@ new SimGroup(MissionGroup) {
|
|||
type = "EffectAudioType";
|
||||
};
|
||||
};
|
||||
//--- 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);
|
||||
//--- OBJECT WRITE END ---
|
||||
|
|
@ -2228,10 +2228,6 @@ new SimGroup(MissionGroup) {
|
|||
Target = "-1";
|
||||
holo = "0";
|
||||
};
|
||||
new SimGroup() {
|
||||
|
||||
powerCount = "0";
|
||||
};
|
||||
new InteriorInstance(InteriorInstance) {
|
||||
position = "927.302 677.982 182.936";
|
||||
rotation = "0 0 1 142.758";
|
||||
|
|
|
|||
|
|
@ -3893,9 +3893,5 @@ new SimGroup(MissionGroup) {
|
|||
};
|
||||
};
|
||||
};
|
||||
new SimGroup() {
|
||||
|
||||
powerCount = "0";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
|
|
|
|||
|
|
@ -1241,16 +1241,4 @@ new SimGroup(MissionGroup) {
|
|||
shapeName = "rst-TCmug.dts";
|
||||
};
|
||||
};
|
||||
//--- 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);
|
||||
//--- OBJECT WRITE END ---
|
||||
Loading…
Add table
Add a link
Reference in a new issue