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"