Other changes

This commit is contained in:
Ragora 2013-03-17 23:06:58 -04:00
parent 182661dd82
commit 6170ff8255
13 changed files with 1716 additions and 1849 deletions

View file

@ -249,6 +249,9 @@ function ScoutChaingunPairImage::onFire(%data,%obj,%slot)
function fireNextGun(%obj)
{
if (!isObject(%obj))
return;
if(%obj.fireWeapon)
{
if(%obj.nextWeaponFire == 2)
@ -1043,4 +1046,4 @@ function MineDeployed::onDestroyed(%data, %obj, %lastState)
%data.kickBackStrength, %obj.sourceObject, %data.radiusDamageType);
%obj.schedule(600, "delete");
}
}