mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-06 21:20:22 +00:00
Comp Reversions
This commit is contained in:
parent
d5a0cad2a2
commit
e96039866f
11 changed files with 135 additions and 150 deletions
|
|
@ -323,17 +323,6 @@ function serverCmdScopeCommanderMap(%client, %scope)
|
|||
%client.player.ccActive = %scope;
|
||||
}
|
||||
|
||||
//Mortar Throw Reload Fix
|
||||
// function ShapeBase::throwWeapon(%this)
|
||||
// {
|
||||
// if((%this.getMountedImage($WeaponSlot).getName() $= "MortarImage" || %this.getMountedImage($WeaponSlot).getName() $= "MissileLauncherImage" || %this.getMountedImage($WeaponSlot).getName() $= "ShockLanceImage") &&
|
||||
// (%this.getImageState($WeaponSlot) $= "Reload" || %this.getImageState($WeaponSlot) $= "Fire")){
|
||||
// return;
|
||||
// }
|
||||
|
||||
// parent::throwWeapon(%this);
|
||||
// }
|
||||
|
||||
|
||||
// Added object check
|
||||
function VehicleData::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %theClient, %proj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue