From c28f9be14cf257894d0449080fc455cdf1ca92d9 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Sun, 21 Jul 2024 07:56:34 -0700 Subject: [PATCH] [MIRROR] Butterfly net description (#8666) Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: CHOMPStation2 --- 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 19a3a461f1..da3d20357e 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"