Uncomment some weapon flags that were left commented out.
This commit is contained in:
parent
ffca2597ba
commit
d5ba224745
2 changed files with 4 additions and 4 deletions
|
|
@ -395,7 +395,7 @@ Class SWWMGesture : SWWMWeapon
|
|||
+WEAPON.CHEATNOTWEAPON;
|
||||
+WEAPON.NO_AUTO_SWITCH;
|
||||
+WEAPON.WIMPY_WEAPON;
|
||||
//+WEAPON.NOAUTOSWITCHTO;
|
||||
+WEAPON.NOAUTOSWITCHTO;
|
||||
+SWWMWEAPON.HIDEINMENU;
|
||||
+INVENTORY.UNDROPPABLE;
|
||||
+INVENTORY.UNTOSSABLE;
|
||||
|
|
@ -738,7 +738,7 @@ Class SWWMItemGesture : SWWMWeapon abstract
|
|||
+WEAPON.CHEATNOTWEAPON;
|
||||
+WEAPON.NO_AUTO_SWITCH;
|
||||
+WEAPON.WIMPY_WEAPON;
|
||||
//+WEAPON.NOAUTOSWITCHTO;
|
||||
+WEAPON.NOAUTOSWITCHTO;
|
||||
+SWWMWEAPON.HIDEINMENU;
|
||||
+INVENTORY.UNDROPPABLE;
|
||||
+INVENTORY.UNTOSSABLE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue