From a6a2aa2fdae73e0b5b04009959519854c1b1091b Mon Sep 17 00:00:00 2001 From: Jazzdoodle Date: Fri, 9 Sep 2016 07:24:26 -0500 Subject: [PATCH] Update beekeeper_suit.dm --- code/modules/hydroponics/beekeeping/beekeeper_suit.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/beekeeping/beekeeper_suit.dm b/code/modules/hydroponics/beekeeping/beekeeper_suit.dm index ed3869223d8..b32f9ce52bb 100644 --- a/code/modules/hydroponics/beekeeping/beekeeper_suit.dm +++ b/code/modules/hydroponics/beekeeping/beekeeper_suit.dm @@ -1,7 +1,7 @@ /obj/item/clothing/head/beekeeper_head name = "beekeeper hat" - desc = "Keeps the little buzzing buggers out of your eyes." + desc = "Keeps the li'l buzzing buggers out of your eyes." icon_state = "beekeeper" item_state = "beekeeper" flags = THICKMATERIAL @@ -9,7 +9,7 @@ /obj/item/clothing/suit/beekeeper_suit name = "beekeeper suit" - desc = "Keeps the little buzzing buggers away from your squishy bits." + desc = "Keeps the li'l buzzing buggers away from your squishy bits." icon_state = "beekeeper" item_state = "beekeeper" flags = THICKMATERIAL