diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm
index 523e7e89cbf0..0933f0aac8fc 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 32006db83b77..c3c91428bfea 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"