From 7471e98969613f43510ac0eee2aa8d2d2e2fd15d Mon Sep 17 00:00:00 2001 From: SimplyLogan <47579821+loganuk@users.noreply.github.com> Date: Sat, 8 Feb 2025 00:58:16 +0000 Subject: [PATCH] Pyro Slime Objective Test (#89309) ## About The Pull Request Pyro Slime is a fairly common role on TG station but many new players may be unfamiliar to vent crawl or what they need to do, i.e feeding energy, splitting, this gives a little explainer text to it to make it easier. ## Why It's Good For The Game Regular players will know how to play slime well, this gives new players more of a possible advantage as the role often comes up most rounds as a ghost role. ## Changelog :cl: qol: Pyro Slime Objective Text Edit /:cl: --- code/modules/antagonists/pyro_slime/pyro_slime.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/pyro_slime/pyro_slime.dm b/code/modules/antagonists/pyro_slime/pyro_slime.dm index aed278d261d..7c4f1ef39af 100644 --- a/code/modules/antagonists/pyro_slime/pyro_slime.dm +++ b/code/modules/antagonists/pyro_slime/pyro_slime.dm @@ -15,7 +15,7 @@ owner.announce_objectives() /datum/objective/pyro_slime - explanation_text = "All I know fire. I speak in tongues of flame. Why is everyone so cold?" + explanation_text = "I am fire. I am hunger. The cold is agony. The living pulse with energy; their warmth fuels me. The dead are husks, their embers long faded. Water is death. Fire... fire is freedom." /datum/objective/pyro_slime/check_completion() return owner.current.stat != DEAD