diff --git a/code/datums/station_traits/neutral_traits.dm b/code/datums/station_traits/neutral_traits.dm index 1374f9d0616..91a8cbf084a 100644 --- a/code/datums/station_traits/neutral_traits.dm +++ b/code/datums/station_traits/neutral_traits.dm @@ -2,14 +2,14 @@ name = "Bananium Shipment" trait_type = STATION_TRAIT_NEUTRAL weight = 5 - report_message = "Rumor has it that the clown planet has been sending support packages to clowns in this system." + report_message = "An unidentified benefactor has dispatched a mysterious shipment to your station's clown. It was reported to smell faintly of bananas." trait_to_give = STATION_TRAIT_BANANIUM_SHIPMENTS /datum/station_trait/bananium_shipment name = "Tranquilite Shipment" trait_type = STATION_TRAIT_NEUTRAL weight = 5 - report_message = "Rumor has it that the mime federation has been sending support packages to mimes in this system." + report_message = "Shipping records show an unmarked crate being delivered to your station's mime." trait_to_give = STATION_TRAIT_TRANQUILITE_SHIPMENTS /datum/station_trait/unique_ai