From 54f1f1c14fdbbe12c5ad9ae00121ffd6f97dee2b Mon Sep 17 00:00:00 2001 From: Markolie Date: Wed, 24 Dec 2014 14:33:00 +0100 Subject: [PATCH] First aid kit name fixes --- code/game/objects/items/weapons/storage/firstaid.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/storage/firstaid.dm b/code/game/objects/items/weapons/storage/firstaid.dm index 8eeba3b5568..bf36677777a 100644 --- a/code/game/objects/items/weapons/storage/firstaid.dm +++ b/code/game/objects/items/weapons/storage/firstaid.dm @@ -56,7 +56,7 @@ return /obj/item/weapon/storage/firstaid/toxin - name = "toxin first aid" + name = "toxin first aid kit" desc = "Used to treat when you have a high amounts of toxins in your body." icon_state = "antitoxin" item_state = "firstaid-toxin" @@ -77,7 +77,7 @@ return /obj/item/weapon/storage/firstaid/o2 - name = "oxygen deprivation first aid" + name = "oxygen deprivation first aid kit" desc = "A box full of oxygen goodies." icon_state = "o2" item_state = "firstaid-o2"