From 44729b788aef1f6da7320e747a2d2b10c3f5fe0f Mon Sep 17 00:00:00 2001 From: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:33:23 -0500 Subject: [PATCH] Purges clown planet references from station traits (#23834) * ah shit, here we go again * Update code/datums/station_traits/neutral_traits.dm Co-authored-by: synthtee <127706731+SynthTwo@users.noreply.github.com> --------- Co-authored-by: synthtee <127706731+SynthTwo@users.noreply.github.com> --- code/datums/station_traits/neutral_traits.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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