Skip to content

Commit af755f9

Browse files
author
Motive
committed
- Added Left and Right attachment points back into @Attach command.
1 parent 2d0959c commit af755f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Commands/UnitCommands.galaxy

+2-2
Original file line numberDiff line numberDiff line change
@@ -850,8 +850,8 @@ bool libcrtx_command_attach(bool testConds, bool runActions) {
850850
unitgroup g = libcrtx_chat_get_context(EventPlayer());
851851
actr = StringWord( libcrtx_chat_get_parse_line(EventPlayer()), 2 );
852852
apoint = StringWord( libcrtx_chat_get_parse_line(EventPlayer()), 3 );
853-
attachPoints = "Origin Center Damage Damage01 Damage02 Engine Hardpoint Hardpoint01 Hardpoint02 Hardpoint03 Hardpoint04 HardpointLeft HardpointRight Head Hit Hit01 Hit02 Hit03 Hit04 Hit05 Hit06 Hit07 Hit08 Hit09 Overhead RallyPoint StatusBar ";
854-
attachPoints = attachPoints + "Target Target01 Target02 Target03 TargetHeavy TargetLight TargetMedium TargetShield Turret TurretY TurretZ Upgrade UpgradeArmor UpgradeEngine UpgradeEngineBottom UpgradeEngineLeft UpgradeEngineRight UpgradeWeapon UpgradeWeaponBottom UpgradeWeaponleft UpgradeWeaponRight Weapon Weapon01 Weapon02 Weapon03 Weapon04 WeaponBottom WeaponLeft WeaponRight";
853+
attachPoints = "Origin Center Damage Damage01 Damage02 Engine Hardpoint Hardpoint01 Hardpoint02 Hardpoint03 Hardpoint04 HardpointLeft HardpointRight Head Hit Hit01 Hit02 Hit03 Hit04 Hit05 Hit06 Hit07 Hit08 Hit09 Overhead RallyPoint StatusBar Left Right";
854+
attachPoints += "Target Target01 Target02 Target03 TargetHeavy TargetLight TargetMedium TargetShield Turret TurretY TurretZ Upgrade UpgradeArmor UpgradeEngine UpgradeEngineBottom UpgradeEngineLeft UpgradeEngineRight UpgradeWeapon UpgradeWeaponBottom UpgradeWeaponleft UpgradeWeaponRight Weapon Weapon01 Weapon02 Weapon03 Weapon04 WeaponBottom WeaponLeft WeaponRight";
855855

856856
if( apoint == "" ) {
857857
apoint = "Origin";

0 commit comments

Comments
 (0)