Skip to content

Commit

Permalink
Repalced dots with ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
BalthazarArgall committed Mar 15, 2024
1 parent 7002c48 commit 014d18a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/armor/combat_exoskeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"ammo": "battery",
"use_action": {
"type": "transform",
"msg": "You activate the exoskeleton.\n>>Initiating boot sequence...\n//Loading DoubleOS v1.39............[X]\n//Loading calibration profile.......[X]\n//Activating atmospheric filtration.[X]\n//Activating liquid cooling.........[X]\n//Activating sound dampeners........[X]\n>>Boot successful.",
"msg": "You activate the exoskeleton.\n>>Initiating boot sequence\n//Loading DoubleOS v1.39………………………………[x]\n//Loading calibration profile…………………[x]\n//Activating atmospheric filtration[X]\n//Activating liquid cooling………………………[x]\n//Activating sound dampeners……………………[x]\n>>Boot successful.",
"target": "combat_exoskeleton_heavy_on",
"active": true,
"need_charges": 1,
Expand Down Expand Up @@ -278,7 +278,7 @@
"looks_like": "power_armor_basic",
"use_action": {
"type": "transform",
"msg": "You activate the exoskeleton.\n>>Initiating boot sequence...\n//Loading DoubleOS v2.11............[X]\n//Loading calibration profile.......[X]\n//Activating atmospheric filtration.[X]\n//Activating liquid cooling.........[X]\n//Activating sound dampeners........[X]\n>>Boot successful.",
"msg": "You activate the exoskeleton.\n>>Initiating boot sequence\n//Loading DoubleOS v2.11………………………………[x]\n//Loading calibration profile…………………[x]\n//Activating atmospheric filtration[X]\n//Activating liquid cooling………………………[x]\n//Activating sound dampeners……………………[x]\n>>Boot successful.",
"target": "combat_exoskeleton_medium_on",
"active": true,
"need_charges": 1,
Expand Down Expand Up @@ -392,7 +392,7 @@
"looks_like": "power_armor_light",
"use_action": {
"type": "transform",
"msg": "You activate the exoskeleton.\n>>Initiating boot sequence...\n//Loading DoubleOS v3.21............[X]\n//Loading calibration profile.......[X]\n//Activating atmospheric filtration.[X]\n//Activating liquid cooling.........[X]\n//Activating sound dampeners........[X]\n>>Boot successful.",
"msg": "You activate the exoskeleton.\n>>Initiating boot sequence\n//Loading DoubleOS v3.28………………………………[x]\n//Loading calibration profile…………………[x]\n//Activating atmospheric filtration[X]\n//Activating liquid cooling………………………[x]\n//Activating sound dampeners……………………[x]\n>>Boot successful.",
"target": "combat_exoskeleton_light_on",
"active": true,
"need_charges": 1,
Expand Down

0 comments on commit 014d18a

Please sign in to comment.