Skip to content

Commit

Permalink
Merge pull request #34704 from Cyrano7/Typo1
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
ZhilkinSerg authored Oct 13, 2019
2 parents 0cdad9e + 491fcc4 commit 4fe9a12
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
"id": "bio_glowy",
"type": "bionic",
"name": "Glowy Thing",
"description": "You don't think that capacitor is *meant* to glow, but it does, and usually at bad times. A malfunctioning bionic randomly turns on and off, causing you to glow and making you visible in the dark without improving how much you can see in the slighest.",
"description": "You don't think that capacitor is *meant* to glow, but it does, and usually at bad times. A malfunctioning bionic randomly turns on and off, causing you to glow and making you visible in the dark without improving how much you can see in the slightest.",
"flags": [ "BIONIC_FAULTY" ]
},
{
Expand Down
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/terrain-roofs.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"type": "terrain",
"id": "t_metal_flat_roof",
"name": "metal flat roof",
"description": "A secton of flat, sheet metal rooftop.",
"description": "A section of flat, sheet metal rooftop.",
"looks_like": "t_flat_roof",
"symbol": ".",
"color": "light_gray",
Expand Down Expand Up @@ -311,7 +311,7 @@
"type": "terrain",
"id": "t_rock_roof",
"name": "rock roof",
"description": "A secton of flat natural rock.",
"description": "A section of flat natural rock.",
"looks_like": "t_flat_roof",
"symbol": ".",
"color": "brown",
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"name": "betavoltaic cell",
"symbol": "=",
"color": "green",
"description": "Harness the power of radiation in your own home! This looks similar to a D-cell battery, but actually contains folded layers of radioactive material inside. It can produce electricity for several years at a steady voltage... but it's barely enough to power a small LED, and these batteries were worth hundreds of dollars. Mostly they're a good way to brag to your neighbours that you have a nuclear power source in your house.",
"description": "Harness the power of radiation in your own home! This looks similar to a D-cell battery, but actually contains folded layers of radioactive material inside. It can produce electricity for several years at a steady voltage... but it's barely enough to power a small LED, and these batteries were worth hundreds of dollars. Mostly they're a good way to brag to your neighbors that you have a nuclear power source in your house.",
"material": [ "steel", "plastic", "lead" ],
"flags": [ "LEAK_DAM", "RADIOACTIVE" ],
"volume": "250 ml",
Expand All @@ -41,7 +41,7 @@
"name": "radioisotope thermoelectric generator",
"symbol": "=",
"color": "green",
"description": "Did your neighbours brag about their cool beta-decay powered nightlights? Do them one better! The CuppaTech 4 radioisotope thermoelectric generator is a three kilogram chunk of metal - mostly lead - with a slug of curium-244 encased within. It is capable of generating somewhere between 100-150 Watts of thermal energy, although its electrical generation capacity is minimal at only 2 Watts. Careful! Curium is great at making heat, and also releases deadly gamma radiation. Keep away from cellular life forms.",
"description": "Did your neighbors brag about their cool beta-decay powered nightlights? Do them one better! The CuppaTech 4 radioisotope thermoelectric generator is a three kilogram chunk of metal - mostly lead - with a slug of curium-244 encased within. It is capable of generating somewhere between 100-150 Watts of thermal energy, although its electrical generation capacity is minimal at only 2 Watts. Careful! Curium is great at making heat, and also releases deadly gamma radiation. Keep away from cellular life forms.",
"material": [ "steel", "lead" ],
"flags": [ "LEAK_DAM", "RADIOACTIVE" ],
"volume": "500 ml",
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"copy-from": "bionic_general",
"type": "BIONIC_ITEM",
"name": "Cloaking System CBM",
"description": "This high-power system uses a set of cameras and LEDs to make the user blend into their surroundings, rendering them fully invisible to eyes and optical sensors. However, this does't prevent detection from other means such as infrared, sonar, etc.",
"description": "This high-power system uses a set of cameras and LEDs to make the user blend into their surroundings, rendering them fully invisible to eyes and optical sensors. However, this doesn't prevent detection from other means such as infrared, sonar, etc.",
"price": 850000,
"difficulty": 5
},
Expand Down Expand Up @@ -314,7 +314,7 @@
"copy-from": "bionic_general",
"type": "BIONIC_ITEM",
"name": "Facial Distortion CBM",
"description": "Through controlled application of electrochemical impulses, this bionic mudule lets the user alter their facial structure so as to subtly affect the reactions of others. This grants a bonus to all social interactions.",
"description": "Through controlled application of electrochemical impulses, this bionic module lets the user alter their facial structure so as to subtly affect the reactions of others. This grants a bonus to all social interactions.",
"price": 850000,
"weight": "200 g",
"difficulty": 5
Expand Down Expand Up @@ -993,7 +993,7 @@
"copy-from": "bionic_general_faulty",
"type": "BIONIC_ITEM",
"name": "Itchy Metal Thing",
"description": "You can't recognise what this is supposed to be, but it's a very awkward thing to have in one's body.",
"description": "You can't recognize what this is supposed to be, but it's a very awkward thing to have in one's body.",
"weight": "200 g",
"difficulty": 3
},
Expand Down

0 comments on commit 4fe9a12

Please sign in to comment.