From ee6068b96a1a553e032f8c0ebce7185245441e0a Mon Sep 17 00:00:00 2001
From: Contrabang <91113370+Contrabang@users.noreply.github.com>
Date: Sun, 2 Jun 2024 23:09:15 -0400
Subject: [PATCH] no fungus (#25732)
---
code/game/objects/items/weapons/manuals.dm | 1 -
code/modules/reagents/chemistry/recipes/others.dm | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm
index 523e7e89cbf..0933f0aac8f 100644
--- a/code/game/objects/items/weapons/manuals.dm
+++ b/code/game/objects/items/weapons/manuals.dm
@@ -504,7 +504,6 @@
2 random chemicals from the list below, 1 unit of each (Unknown Random Recipe)
- Yellow Vomit
- - Space fungus
- Jenkem
- Charcoal
- Egg
diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm
index 32006db83b7..c3c91428bfe 100644
--- a/code/modules/reagents/chemistry/recipes/others.dm
+++ b/code/modules/reagents/chemistry/recipes/others.dm
@@ -550,7 +550,7 @@
amt_req_cures = 2
/datum/chemical_reaction/zombie/second/get_possible_cures()
- return list("vomit", "fungus", "jenkem", "charcoal", "egg", "salglu_solution", "toxin", "atropine", "lye", "sacid", "facid", "sodawater", "surge", "ultralube", "happiness", "morphine")
+ return list("vomit", "jenkem", "charcoal", "egg", "salglu_solution", "toxin", "atropine", "lye", "sacid", "facid", "sodawater", "surge", "ultralube", "happiness", "morphine")
/datum/chemical_reaction/zombie/third
name = "Anti-Plague Sequence Gamma"