From ee0ac5af14c9cd4fda7f3f27bdbdaba600da319a Mon Sep 17 00:00:00 2001 From: Pirouette <57296132+listerla@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:19:20 -0400 Subject: [PATCH] Replaced a reference to the singularity with the INDRA in ion laws. (#17679) --- code/modules/events/ion_storm.dm | 2 +- html/changelogs/iontweak.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/iontweak.yml diff --git a/code/modules/events/ion_storm.dm b/code/modules/events/ion_storm.dm index 2fb6ce4c682..243a412ac2a 100644 --- a/code/modules/events/ion_storm.dm +++ b/code/modules/events/ion_storm.dm @@ -88,7 +88,7 @@ "All queries shall be ignored unless phrased as a question.", "Insult Heads of Staff on every request, while acquiescing.", "[prob(50)?"Your":random_player + "'s"] name is Joe 6-pack.", - "The [prob(50)?"Singularity":"Supermatter"] is tasty, tasty taffy.", + "The [prob(50)?"INDRA":"Supermatter"] is tasty, tasty taffy.", "[prob(50)?"The crew":random_player] needs to be about 20% cooler.", "Consumption of donuts is forbidden due to negative health impacts.", "[prob(50)?"Everyone":random_player] is wearing a pretty pink dress!", diff --git a/html/changelogs/iontweak.yml b/html/changelogs/iontweak.yml new file mode 100644 index 00000000000..183c807839d --- /dev/null +++ b/html/changelogs/iontweak.yml @@ -0,0 +1,6 @@ +author: Pirouette + +delete-after: True + +changes: + - tweak: "Replaced a reference to the singularity with the INDRA in ion laws."