From fbba79c3b94ea88cfc51eedb10ccefc70ea70170 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 12 Feb 2019 08:55:42 +0100 Subject: [PATCH] amonia, what is amonia --- code/modules/reagents/Chemistry-Reagents_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"