Skip to content

Commit

Permalink
Merge pull request CleverRaven#76101 from b3brodie/mom_cbm
Browse files Browse the repository at this point in the history
[MOM] Add electrokinetic override for internal battery compartment
  • Loading branch information
Maleclypse authored Sep 3, 2024
2 parents 4f10484 + fccc49a commit 5103f54
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,12 @@
"copy-from": "wearable_big_light_on",
"name": { "str": "heavy-duty headlamp (on)", "str_pl": "heavy-duty headlamps (on)" },
"extend": { "flags": [ "ELECTROKINETIC_CHARGEABLE" ] }
},
{
"type": "TOOL_ARMOR",
"id": "internal_battery_compartment",
"copy-from": "internal_battery_compartment",
"name": { "str": "internal battery compartment" },
"extend": { "flags": [ "ELECTROKINETIC_CHARGEABLE" ] }
}
]

0 comments on commit 5103f54

Please sign in to comment.