From 92bfea94a661f9f109f565c96bbec91a2ea39a84 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 8 Sep 2023 00:39:55 +0200 Subject: [PATCH] [MIRROR] [NO GBP] Name-wise, the telescopic fishing rod is no longer just a fishing rod [MDB IGNORE] (#23564) * [NO GBP] Name-wise, the telescopic fishing rod is no longer just a fishing rod (#78130) ## About The Pull Request Gives the telescopic fishing rod its own name. ## Why It's Good For The Game Guess why. ## Changelog :cl: spellcheck: Corrected the name of the telescopic fishing rod to "telescopic fishing rod" from the more generic "fishing rod" /:cl: * [NO GBP] Name-wise, the telescopic fishing rod is no longer just a fishing rod --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/fishing/fishing_rod.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/fishing/fishing_rod.dm b/code/modules/fishing/fishing_rod.dm index cc873036d08..58936d29534 100644 --- a/code/modules/fishing/fishing_rod.dm +++ b/code/modules/fishing/fishing_rod.dm @@ -445,6 +445,7 @@ category = CAT_TOOLS /obj/item/fishing_rod/telescopic + name = "telescopic fishing rod" icon_state = "fishing_rod_telescopic" desc = "A lightweight, ergonomic, easy to store telescopic fishing rod. " inhand_icon_state = null