diff --git a/lib/reserves.json b/lib/reserves.json index a524673..0f3cfbf 100644 --- a/lib/reserves.json +++ b/lib/reserves.json @@ -336,6 +336,10 @@ { "id": "pilot_gear_slots", "val": 2 + }, + { + "id": "pilot_weapon_slots", + "val": 1 } ] }, diff --git a/package.json b/package.json index 98c784e..68962d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@massif/lancer-data", - "version": "3.1.3", + "version": "3.1.4", "description": "Data for the LANCER TTRPG", "main": "index.js", "scripts": {