From 4b0cc1810e1f38ee3eda77939e149e4922fcc8a1 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 18 Aug 2019 05:34:13 +1000 Subject: [PATCH] Fixes a typo --- code/game/objects/items/weapons/explosives_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/explosives_vr.dm b/code/game/objects/items/weapons/explosives_vr.dm index 939ff65406..a82ca02bbc 100644 --- a/code/game/objects/items/weapons/explosives_vr.dm +++ b/code/game/objects/items/weapons/explosives_vr.dm @@ -1,5 +1,5 @@ /obj/item/weapon/plastique/seismic/locked - desc = "Used to dig holes in specific areas without too much extra hole. Has extra mechanism that safely implodes the bomb if its used in close proximity to the facility." + desc = "Used to dig holes in specific areas without too much extra hole. Has extra mechanism that safely implodes the bomb if it is used in close proximity to the facility." /obj/item/weapon/plastique/seismic/locked/explode(var/location) if(!target)