From 1331263afd9dfa0b4e34c5fb9bc6b53a54f690ad Mon Sep 17 00:00:00 2001 From: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Date: Sun, 21 Jul 2024 10:57:17 +0100 Subject: [PATCH] Butterfly net description (#16112) Changed the butterfly net description to something more useful, implying it can be used to catch micros. --- code/modules/fishing/fishing_net.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/fishing/fishing_net.dm b/code/modules/fishing/fishing_net.dm index 19a3a461f12..da3d20357e5 100644 --- a/code/modules/fishing/fishing_net.dm +++ b/code/modules/fishing/fishing_net.dm @@ -110,7 +110,7 @@ /obj/item/weapon/material/fishing_net/butterfly_net name = "butterfly net" - desc = "A butterfly net." + desc = "A butterfly net, it can be used to catch small critters, such as butterflies, but perhaps also friends?" icon = 'icons/obj/items.dmi' icon_state = "butterfly_net" item_state = "butterfly_net"