diff --git a/code/modules/cargo/bounties/silly.dm b/code/modules/cargo/bounties/silly.dm index 706a8a3385..e72645b174 100644 --- a/code/modules/cargo/bounties/silly.dm +++ b/code/modules/cargo/bounties/silly.dm @@ -55,7 +55,7 @@ /datum/bounty/item/silly/toy_swords name = "Toy Swords" - description = "Nanotrasen has partaken in a reenactment of a famous movie, but we only have lethal energy based swords. Send us some toys so we stop killing are actors." + description = "Nanotrasen has secured a contract in a reenactment of a famous movie, but we only have lethal energy based swords. Send us some convincing replicas so we save on stuntmen casualty re-hiring." reward = 1200 required_count = 3 - wanted_types = list(/obj/item/toy/sword, /obj/item/toy/sword/cx) \ No newline at end of file + wanted_types = list(/obj/item/toy/sword, /obj/item/toy/sword/cx) diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index 3662d0b3cb..9d4d17e455 100644 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -10,7 +10,7 @@ /obj/item/reagent_containers/glass/slug name = "glass slug" - desc = "Seemingly useless wasted sand and fuel mixed in one... Or maybe it can be refined into something more usefull?" + desc = "A small slug of solid glass, produced from a kiln." icon_state = "glassslug" amount_per_transfer_from_this = 0 possible_transfer_amounts = list(0)