Use number instead of string for weapon slot type in configs

This is consistent with the rest of the weapon configs.

It also avoids issues with using isNumber or getNumber to check slot
type in scripts.
This commit is contained in:
ebaydayz
2016-09-18 14:58:35 -04:00
parent 9ec514cab1
commit 61f38fc259
9 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
class m107: Rifle
{
scope = public;
type = 1;
type = WeaponSlotPrimary;
canlock = 0;
picture = "\CA\weapons\data\Equip\W_m107_CA.paa";
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";