From a6fb394488f67112ce8b10266fbe06e67c8b64ed Mon Sep 17 00:00:00 2001 From: Da Cool Boss <142358580+DaCoolBoss@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:53:26 +0100 Subject: [PATCH] Rewrites the grapple gun's description. (#84181) ## About The Pull Request Fixes two typos, specifies why a grappling hook is good for lavaland (lavaland's famous rock walls), and adds a description of the item itself. ## Why It's Good For The Game Old item description had typos and didn't actually contain a description for the item at all, so it needed fixed. ## Changelog :cl: spellcheck: Grapple gun's description has been updated. /:cl: --- code/modules/mining/equipment/grapple_gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/equipment/grapple_gun.dm b/code/modules/mining/equipment/grapple_gun.dm index 6a8b2ec3053..4e61b5d0fb3 100644 --- a/code/modules/mining/equipment/grapple_gun.dm +++ b/code/modules/mining/equipment/grapple_gun.dm @@ -2,7 +2,7 @@ /obj/item/grapple_gun name = "grapple gun" - desc = "A handy tool for traversing the land-scape of lava-land!" + desc = "A small specialised airgun capable of launching a climbing hook into a distant rock face and pulling the user toward it via motorised zip-line. A handy tool for traversing the craggy landscape of lavaland!" icon = 'icons/obj/mining.dmi' icon_state = "grapple_gun" lefthand_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi'