From 7c54de5442fe62b22f033478c98cdda2f58eb591 Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Thu, 5 Sep 2019 23:01:19 +0100 Subject: [PATCH] Fixes a couple of object descriptions --- code/modules/clothing/gloves/miscellaneous.dm | 2 +- code/modules/vehicle/ambulance.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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