Skip to content

Commit

Permalink
Merge pull request CleverRaven#52337 from casswedson/danger-ahead
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
Rivet-the-Zombie authored Oct 18, 2021
2 parents bbedf1d + 25c1655 commit 83a8554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/field_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@
"intensity_levels": [
{ "name": "swirl of meth smoke", "translucency": 5 },
{ "name": "meth smoke", "color": "light_gray" },
{ "name": "thick meth smoke", "color": "dark_gray" }
{ "name": "thick meth smoke", "color": "dark_gray" }
],
"npc_complain": { "chance": 20, "issue": "meth_smoke", "duration": "30 minutes", "speech": "<meth_smoke>" },
"decay_amount_factor": 5,
Expand Down Expand Up @@ -1133,7 +1133,7 @@
"type": "field_type",
"legacy_enum_id": 38,
"intensity_levels": [
{ "name": "smoke", "sym": "8", "dangerous": true, "light_emitted": 20, "translucency": 1 },
{ "name": "smoke", "sym": "8", "color": "light_red", "dangerous": true, "light_emitted": 20, "translucency": 1 },
{ "name": "airborne incendiary", "color": "light_red", "light_emitted": 60, "translucency": 10 },
{
"name": "airborne incendiary",
Expand Down

0 comments on commit 83a8554

Please sign in to comment.