From 804d55d6fddddd324d20425faf30fd7ad1963d4b Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 29 Jun 2024 19:59:05 +0200 Subject: [PATCH] [MIRROR] Syndicate jaws of life are now jaws of death (#28473) * Syndicate jaws of life are now jaws of death (#84421) ## About The Pull Request Syndicate jaws of life are now jaws of death! Made its desc. more descriptive, stating that its faster. ## Why It's Good For The Game Funny name. Better desc. ## Changelog :cl: spellcheck: Syndicate jaws of life are now jaws of death! spellcheck: Made its desc. more descriptive, stating that its faster. /:cl: * Syndicate jaws of life are now jaws of death --------- Co-authored-by: carlarctg <53100513+carlarctg@users.noreply.github.com> --- code/game/objects/items/tools/crowbar.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/tools/crowbar.dm b/code/game/objects/items/tools/crowbar.dm index b4185732ce9..c6b0d52cdc1 100644 --- a/code/game/objects/items/tools/crowbar.dm +++ b/code/game/objects/items/tools/crowbar.dm @@ -160,8 +160,8 @@ return COMPONENT_NO_DEFAULT_MESSAGE /obj/item/crowbar/power/syndicate - name = "Syndicate jaws of life" - desc = "A pocket sized re-engineered copy of Nanotrasen's standard jaws of life. Can be used to force open airlocks in its crowbar configuration." + name = "jaws of death" + desc = "An improved, faster, and smaller copy of Nanotrasen's standard jaws of life. Can be used to force open airlocks in its crowbar configuration." icon_state = "jaws_syndie" w_class = WEIGHT_CLASS_SMALL toolspeed = 0.5