Skip to content

Commit

Permalink
remove migo_bio_tech from spawns (#76940)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Oct 25, 2024
1 parent 6ae4cb0 commit 90c878c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 6 additions & 1 deletion data/json/items/tool/science.json
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,10 @@
{
"id": "migo_bio_tech",
"type": "TOOL",
"//": [
"intentionally do not spawn anywhere, until migo interest would be implemented",
"for now, works only as reference for eoc-item-variable interaction"
],
"name": { "str_sp": "Mi-go Biotech" },
"conditional_names": [
{ "type": "VAR", "condition": "npctalk_var_mbt_f_function", "value": "morale", "name": { "str_sp": "%s (happy)" } },
Expand All @@ -1334,7 +1338,8 @@
}
],
"description": "A piece of mi-go biotechnology.",
"weight": "1 g",
"material": [ "alien_resin" ],
"weight": "250 g",
"volume": "250 ml",
"price": "30 USD",
"price_postapoc": "100 USD",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@
},
"place_loot": [
{ "group": "tools_mutation", "x": [ 3, 5 ], "y": 3, "chance": 70 },
{ "group": "common_mutation_books", "x": [ 3, 5 ], "y": 4, "chance": 70 },
{ "item": "migo_bio_tech", "x": 3, "y": 3, "chance": 100 }
{ "group": "common_mutation_books", "x": [ 3, 5 ], "y": 4, "chance": 70 }
]
}
},
Expand Down
1 change: 0 additions & 1 deletion data/mods/TEST_DATA/known_bad_density.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@
"tallow_tainted",
"hi_q_distillate",
"rosin",
"migo_bio_tech",
"meat_fatty_cooked",
"telepad",
"chem_turpentine",
Expand Down

0 comments on commit 90c878c

Please sign in to comment.