Skip to content

Commit

Permalink
correctly add acid subtype to nitracid
Browse files Browse the repository at this point in the history
  • Loading branch information
Exo-212 committed Oct 7, 2024
1 parent f508a9b commit 3fb911c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_doppler/modular_medical/reagents/bug_blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

/datum/chemical_reaction/glyoxal
results = list(/datum/reagent/glyoxal = 2)
required_reagents = list(/datum/reagent/acetaldehyde = 1, /datum/reagent/toxin/nitracid = 1)
required_reagents = list(/datum/reagent/acetaldehyde = 1, /datum/reagent/toxin/acid/nitracid = 1)
required_catalysts = list(/datum/reagent/oxygen = 10)
//fermichem
is_cold_recipe = FALSE
Expand Down

0 comments on commit 3fb911c

Please sign in to comment.