Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust headlamp to match flashlight #77461

Merged
merged 13 commits into from
Nov 7, 2024
Prev Previous commit
Next Next commit
make wearable_light for urban explorer use medium battery
  • Loading branch information
ampersand55 committed Nov 7, 2024
commit 5a0442e8ce354a167efc9f20bf857fdc0fcf5a06
4 changes: 2 additions & 2 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7913,8 +7913,8 @@
{ "group": "charged_smart_phone" },
{ "group": "starter_wallet_full" },
{ "item": "pants", "variant": "pants_black" },
{ "item": "camera_pro", "charges": 300 },
{ "item": "light_battery_cell", "ammo-item": "battery", "charges": 300, "container-item": "wearable_light" }
{ "item": "camera_pro", "charges": 56 },
{ "item": "medium_battery_cell", "ammo-item": "battery", "charges": 56, "container-item": "wearable_light" }
]
},
"male": { "entries": [ { "item": "briefs" } ] },
Expand Down
Loading