From 2f8be5a6ccc5fe75a9c2f42875aa09e4ccb95327 Mon Sep 17 00:00:00 2001 From: Markolie Date: Wed, 24 Dec 2014 13:56:43 +0100 Subject: [PATCH] Typo fix --- code/game/objects/items/weapons/storage/firstaid.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/firstaid.dm b/code/game/objects/items/weapons/storage/firstaid.dm index 76aa2126475..8eeba3b5568 100644 --- a/code/game/objects/items/weapons/storage/firstaid.dm +++ b/code/game/objects/items/weapons/storage/firstaid.dm @@ -57,7 +57,7 @@ /obj/item/weapon/storage/firstaid/toxin name = "toxin first aid" - desc = "Used to treat when you have a high amoutn of toxins in your body." + desc = "Used to treat when you have a high amounts of toxins in your body." icon_state = "antitoxin" item_state = "firstaid-toxin"