diff --git a/code/modules/reagents/Chemistry-Reagents_vr.dm b/code/modules/reagents/Chemistry-Reagents_vr.dm index a91e035294..59ad74b118 100644 --- a/code/modules/reagents/Chemistry-Reagents_vr.dm +++ b/code/modules/reagents/Chemistry-Reagents_vr.dm @@ -62,14 +62,14 @@ /datum/reagent/purplesap name = "Purple sap" id = "purplesap" - description = "Purple liquid. It is very sticky and smells of amonia." + description = "Purple liquid. It is very sticky and smells of ammonia." color = "#7a48a0" - taste_description = "Amonia" + taste_description = "Ammonia" /datum/reagent/orangesap name = "Orange sap" id = "orangesap" description = "Orange liquid. It wobbles around a bit like jelly." color = "#e0962f" - taste_description = "Amonia" + taste_description = "Ammonia"