From da66b8230fbddfeb07c0e6c90ce16a11e8dc5f74 Mon Sep 17 00:00:00 2001 From: AmoryBlaine <32080743+AmoryBlaine@users.noreply.github.com> Date: Fri, 20 Sep 2024 03:01:29 -0400 Subject: [PATCH] Update code/game/objects/items/tools/shovel_tools.dm Co-authored-by: Doubleumc --- code/game/objects/items/tools/shovel_tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/tools/shovel_tools.dm b/code/game/objects/items/tools/shovel_tools.dm index 6096a8e51b..192d0fb6a1 100644 --- a/code/game/objects/items/tools/shovel_tools.dm +++ b/code/game/objects/items/tools/shovel_tools.dm @@ -205,7 +205,7 @@ // Entrenching tool. /obj/item/tool/shovel/etool name = "USCM M61 entrenching tool" - desc = "A serviceman's best friend. Dually useful for digging foxholes and bashing in heads. Folds in half for easier storage." + desc = "A marine's best friend. Dually useful for digging foxholes and bashing in heads. Folds in half for easier storage." icon = 'icons/obj/items/marine-items.dmi' icon_state = "etool" item_state = "etool"