diff --git a/Classic/scripts/inventory.cs b/Classic/scripts/inventory.cs index 2b46c2c..36a4d33 100644 --- a/Classic/scripts/inventory.cs +++ b/Classic/scripts/inventory.cs @@ -530,9 +530,7 @@ function ShapeBase::cycleWeapon( %this, %data ) %slot = -1; if ( %this.getMountedImage($WeaponSlot) != 0 ) { - if( %this.getMountedImage(0).getName() $= "RepairGunImage" ) //Console spam fix - %curWeapon = "RepairGunImage"; - else + if( %this.getMountedImage(0).getName() !$= "RepairGunImage" ) //Console spam fix %curWeapon = %this.getMountedImage($WeaponSlot).item.getName(); for ( %i = 0; %i < %this.weaponSlotCount; %i++ )