Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mod cleanup: no_fungi mod #36189

Merged
merged 6 commits into from
Dec 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build-scripts/mod_test_blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ No_Anthills
No_Bees
no_faults
no_filthy_clothing
No_Fungi
no_medieval_items
no_npc_food
No_Rail_Stations
Expand Down
10 changes: 5 additions & 5 deletions data/mods/No_Fungi/comestibles.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "marloss_berry",
"name": "berry-shaped anomaly",
"name_plural": "berry-shaped anomalies",
"weight": 177,
"weight": "177 g",
"color": "pink",
"use_action": "BLECH",
"comestible_type": "FOOD",
Expand All @@ -20,7 +20,7 @@
"id": "marloss_seed",
"name": "seed-shaped anomaly",
"name_plural": "seed-shaped anomalies",
"weight": 177,
"weight": "177 g",
"color": "cyan",
"use_action": "BLECH",
"comestible_type": "FOOD",
Expand All @@ -35,7 +35,7 @@
"id": "marloss_gel",
"name": "gelatin",
"name_plural": "marloss gelatin",
"weight": 177,
"weight": "177 g",
"color": "yellow",
"use_action": "BLECH",
"comestible_type": "FOOD",
Expand All @@ -51,12 +51,12 @@
"id": "mycus_fruit",
"name": "fruit-shaped anomaly",
"name_plural": "fruit-shaped anomalies",
"weight": 354,
"weight": "354 g",
"color": "light_gray",
"use_action": "BLECH",
"comestible_type": "FOOD",
"symbol": "%",
"description": "We do not exist at the moment. Clever little human, no doubt debugging to see this? We will not permit you to join us while we are modded out.",
"description": "We do not exist at the moment. Clever little human, no doubt debugging to see this? We will not permit you to join us while we are modded out.",
"material": "fruit",
"volume": 1,
"charges": 1,
Expand Down