From 0e2a014181af752ec32c03bfdd624cee2f9ef14b Mon Sep 17 00:00:00 2001 From: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Date: Fri, 14 Feb 2025 22:41:00 -0500 Subject: [PATCH 1/3] Adds more Poly lines. --- .../mob/living/simple_animal/parrot.dm | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index e35f124386946..e84b10b4301c0 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -699,6 +699,28 @@ "Chief Engineers are the SM's natural diet.", "Don't eat the forbidden nacho!", "Is the engine meant to be making that noise?", + "BORGS BAD", + "You're telling me a Kentucky fried this vox?", + "AI OPEN", + "B-BLUES-SHIELD T-TO ME!", + "ITS LOOSE", + "TESLA IN THE HALLS", + "I deep fried the nuke disc", + "EI NATH!", + "0-O-fthglor", + "GlorfthngluglorRlchY", + "IT COMES... agnEngluPngluM", + "SQUAWK!", + "Honk.", + "...", + "Bridge gone", + "Someone set up telecomms", + "TOXINS!", + "ONI SOMA!", + "GOLDEN BLAST", + "Is there supposed to be this much plasma in the chamber??", + "So what are your objectives?", + "Why are there so many borgs?", ) unique_pet = TRUE gold_core_spawnable = NO_SPAWN From c1c67e3621973f73d4aa7b5b219fbb2223e2af63 Mon Sep 17 00:00:00 2001 From: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Date: Fri, 14 Feb 2025 22:50:45 -0500 Subject: [PATCH 2/3] HARDSUIT to MODSUIT --- code/modules/mob/living/simple_animal/parrot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index e84b10b4301c0..aab2f43047a24 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -682,7 +682,7 @@ "Check the crystal, you chucklefucks!", "STOP HOT-WIRING THE ENGINE, FUCKING CHRIST!", "Wire the solars, you lazy bums!", - "WHO TOOK THE DAMN HARDSUITS?", + "WHO TOOK THE DAMN MODSUITS?", "OH GOD ITS ABOUT TO DELAMINATE CALL THE SHUTTLE", "Why are there so many atmos alerts?", "OH GOD WHY WOULD YOU PUT PLASMA IN THE SM?", From af740adeb880bf77eaa1de3fb506ab757e6ff0df Mon Sep 17 00:00:00 2001 From: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:56:54 -0500 Subject: [PATCH 3/3] made the requested changes --- code/modules/mob/living/simple_animal/parrot.dm | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index aab2f43047a24..5eec5021ab012 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -683,6 +683,7 @@ "STOP HOT-WIRING THE ENGINE, FUCKING CHRIST!", "Wire the solars, you lazy bums!", "WHO TOOK THE DAMN MODSUITS?", + "WHO TOOK THE DAMN HARDSUITS?", "OH GOD ITS ABOUT TO DELAMINATE CALL THE SHUTTLE", "Why are there so many atmos alerts?", "OH GOD WHY WOULD YOU PUT PLASMA IN THE SM?", @@ -702,25 +703,20 @@ "BORGS BAD", "You're telling me a Kentucky fried this vox?", "AI OPEN", - "B-BLUES-SHIELD T-TO ME!", + "BLUESHIELD TO ME!", "ITS LOOSE", "TESLA IN THE HALLS", "I deep fried the nuke disc", - "EI NATH!", - "0-O-fthglor", - "GlorfthngluglorRlchY", - "IT COMES... agnEngluPngluM", "SQUAWK!", "Honk.", - "...", "Bridge gone", "Someone set up telecomms", "TOXINS!", "ONI SOMA!", "GOLDEN BLAST", - "Is there supposed to be this much plasma in the chamber??", - "So what are your objectives?", + "Is there supposed to be this much plasma in the chamber??",, "Why are there so many borgs?", + "Why're your eyes glowing red?" ) unique_pet = TRUE gold_core_spawnable = NO_SPAWN