Skip to content

Commit

Permalink
bad
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 20, 2024
1 parent 0132ce0 commit a2d4630
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions code/modules/reagents/chemistry_reactions/food_drink.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@
/datum/chemical_reaction/machosauce/infinite/pineapple
required_reagents = list("machosauce" = 1, "pineapple" = 1)

/datum/chemical_reaction/machosauce/weaksauce
required_reagents = list("machosauce" = 1, "water" = 1)

/datum/chemical_reaction/machosauce/weaksauce/infinite
required_reagents = list("machosauce" = 1, "weaksauce" = 1)

/datum/chemical_reaction/machosauce/weaksauce/infinite/water
required_reagents = list("water" = 1, "weaksauce" = 1)

/datum/chemical_reaction/sodiumchloride
name = "Sodium Chloride"
id = "sodiumchloride"
Expand Down

0 comments on commit a2d4630

Please sign in to comment.