mirror of
https://github.com/Ragora/T2-ACCM.git
synced 2026-06-12 21:03:47 +00:00
Other changes
This commit is contained in:
parent
182661dd82
commit
6170ff8255
13 changed files with 1716 additions and 1849 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue