mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Militia equipment feature improvement:
- Attachments are rated depending on their class. The following attachments are used: Scopes, foregrip, bipod, lasers, sights, muzzle, stock, sling. - Attachments are rated just like any other item during the militia equipment process is. For now this is simply status * coolness. - After evaluation, attachments are added in the above order. This means that militia will now take bipod attachments, but always prefer foregrips for their shared slot. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8014 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -492,6 +492,7 @@ typedef struct
|
||||
BOOLEAN fMilitiaUseSectorInventory_Melee;
|
||||
BOOLEAN fMilitiaUseSectorInventory_Gun;
|
||||
BOOLEAN fMilitiaUseSectorInventory_Ammo;
|
||||
BOOLEAN fMilitiaUseSectorInventory_GunAttachments;
|
||||
BOOLEAN fMilitiaUseSectorInventory_Grenade;
|
||||
BOOLEAN fMilitiaUseSectorInventory_Launcher;
|
||||
UINT16 usMilitiaAmmo_Min;
|
||||
|
||||
Reference in New Issue
Block a user