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