mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Reimplement UB pricing for AIM
This commit is contained in:
@@ -1624,6 +1624,7 @@ enum
|
||||
AIM_MEMBER_GEAR_KIT_THREE,
|
||||
AIM_MEMBER_GEAR_KIT_FOUR,
|
||||
AIM_MEMBER_GEAR_KIT_FIVE,
|
||||
AIM_MEMBER_UB_MISSION_FEE,
|
||||
TEXT_NUM_AIM_MEMBER_CHARINFO,
|
||||
};
|
||||
extern STR16 CharacterInfo[];
|
||||
|
||||
@@ -5916,6 +5916,7 @@ STR16 CharacterInfo[] =
|
||||
L"装备3", // Text on Starting Gear Selection Button 3
|
||||
L"装备4", // Text on Starting Gear Selection Button 4
|
||||
L"装备5", // Text on Starting Gear Selection Button 5
|
||||
L"Mission Fee", // For UB fixed price contracts
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -5919,6 +5919,7 @@ STR16 CharacterInfo[] =
|
||||
L"Uitrusting 3", // Text on Starting Gear Selection Button 3
|
||||
L"Uitrusting 4", // Text on Starting Gear Selection Button 4
|
||||
L"Uitrusting 5", // Text on Starting Gear Selection Button 5
|
||||
L"Mission Fee", // For UB fixed price contracts
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -5916,6 +5916,7 @@ STR16 CharacterInfo[] =
|
||||
L"Kit 3", // Text on Starting Gear Selection Button 3
|
||||
L"Kit 4", // Text on Starting Gear Selection Button 4
|
||||
L"Kit 5", // Text on Starting Gear Selection Button 5
|
||||
L"Mission Fee", // For UB fixed price contracts
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -5923,6 +5923,7 @@ STR16 CharacterInfo[] =
|
||||
L"Kit 3", // Text on Starting Gear Selection Button 3
|
||||
L"Kit 4", // Text on Starting Gear Selection Button 4
|
||||
L"Kit 5", // Text on Starting Gear Selection Button 5
|
||||
L"Mission Fee", // For UB fixed price contracts
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -5827,6 +5827,7 @@ STR16 CharacterInfo[] =
|
||||
L"Kit 3", // Text on Starting Gear Selection Button 3
|
||||
L"Kit 4", // Text on Starting Gear Selection Button 4
|
||||
L"Kit 5", // Text on Starting Gear Selection Button 5
|
||||
L"Mission Fee", // For UB fixed price contracts
|
||||
};
|
||||
|
||||
//Aim Member.c
|
||||
|
||||
@@ -5905,6 +5905,7 @@ STR16 CharacterInfo[] =
|
||||
L"Kit 3", // Text on Starting Gear Selection Button 3
|
||||
L"Kit 4", // Text on Starting Gear Selection Button 4
|
||||
L"Kit 5", // Text on Starting Gear Selection Button 5
|
||||
L"Mission Fee", // For UB fixed price contracts
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -5919,6 +5919,7 @@ STR16 CharacterInfo[] =
|
||||
L"Zestaw nr 3", // Text on Starting Gear Selection Button 3
|
||||
L"Zestaw nr 4", // Text on Starting Gear Selection Button 4
|
||||
L"Zestaw nr 5", // Text on Starting Gear Selection Button 5
|
||||
L"Mission Fee", // For UB fixed price contracts
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -5912,6 +5912,7 @@ STR16 CharacterInfo[] =
|
||||
L"Набор 3", // Text on Starting Gear Selection Button 3
|
||||
L"Набор 4", // Text on Starting Gear Selection Button 4
|
||||
L"Набор 5", // Text on Starting Gear Selection Button 5
|
||||
L"Mission Fee", // For UB fixed price contracts
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user