mirror of
https://github.com/ChocoTaco1/zDiscord-Map-Pack.git
synced 2026-07-16 00:44:47 +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";
|
type = "EffectAudioType";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
//--- 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);
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -3893,9 +3893,5 @@ new SimGroup(MissionGroup) {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
new SimGroup() {
|
|
||||||
|
|
||||||
powerCount = "0";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
//--- OBJECT WRITE END ---
|
//--- OBJECT WRITE END ---
|
||||||
|
|
|
||||||
|
|
@ -1241,16 +1241,4 @@ new SimGroup(MissionGroup) {
|
||||||
shapeName = "rst-TCmug.dts";
|
shapeName = "rst-TCmug.dts";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
//--- 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);
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue