Skip to content

Commit

Permalink
no fungus (#25732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Contrabang authored Jun 3, 2024
1 parent 9be5423 commit ee6068b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion code/game/objects/items/weapons/manuals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@
<li>2 random chemicals from the list below, 1 unit of each (Unknown Random Recipe)
<ul>
<li>Yellow Vomit</li>
<li>Space fungus</li>
<li>Jenkem</li>
<li>Charcoal</li>
<li>Egg</li>
Expand Down
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/recipes/others.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee6068b

Please sign in to comment.