diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index a9d5765c861..8dedc92b594 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -25,7 +25,7 @@ can_leave_fibers = FALSE /obj/item/clothing/gloves/combat - desc = "These tactical gloves are somewhat fire and impact resistant." + desc = "These tactical gloves are both insulated and offer protection from heat sources." name = "combat gloves" icon_state = "combat" item_state = "swat_gl" diff --git a/code/modules/vehicle/ambulance.dm b/code/modules/vehicle/ambulance.dm index ac225003c52..4c808c4d30f 100644 --- a/code/modules/vehicle/ambulance.dm +++ b/code/modules/vehicle/ambulance.dm @@ -1,6 +1,6 @@ /obj/vehicle/ambulance name = "ambulance" - desc = "what the paramedic uses to run over people to take to medbay." + desc = "This is what the paramedic uses to run over people they need to take to medbay." icon_state = "docwagon2" keytype = /obj/item/key/ambulance var/obj/structure/bed/amb_trolley/bed = null