Skip to content

Commit

Permalink
use new flags for fitsinbackpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
caligari87 committed Jan 26, 2019
1 parent 1abce02 commit 9a8fd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/hunger/messkit.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class UaS_MessKit : HDWeapon {
+INVENTORY.PERSISTENTPOWER;
+INVENTORY.IGNORESKILL;
hdweapon.nicename "Messkit";
hdweapon.fitsinbackpack true;
+hdweapon.fitsinbackpack;
hdweapon.refid UAS_HDLD_MESSKIT;
}

Expand Down
2 changes: 1 addition & 1 deletion modules/reloader/reloader.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UaS_Reloader : HDWeapon {
+WEAPON.NO_AUTO_SWITCH;
//+WEAPON.NOAUTOFIRE;
hdweapon.nicename "Reloading Kit";
hdweapon.fitsinbackpack true;
+hdweapon.fitsinbackpack;
hdweapon.refid UAS_HDLD_RELOADKIT;
}

Expand Down

0 comments on commit 9a8fd7f

Please sign in to comment.