From 2b3f759940ad0964fa4532e346aa844417f22416 Mon Sep 17 00:00:00 2001 From: Jenny Date: Thu, 5 Feb 2026 14:34:09 -0600 Subject: [PATCH 1/2] Re-enables Werewolf as roundstart antag, WW Objective Text Rewrite --- code/game/gamemodes/objectives_rogue.dm | 2 +- code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm | 2 +- code/modules/events/antagonist/solo/werewolf.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/gamemodes/objectives_rogue.dm b/code/game/gamemodes/objectives_rogue.dm index 5488d489206..6ef1e25b02c 100644 --- a/code/game/gamemodes/objectives_rogue.dm +++ b/code/game/gamemodes/objectives_rogue.dm @@ -25,7 +25,7 @@ /datum/objective/werewolf name = "conquer" - explanation_text = "You are touched by the Mad God of the Wilds, Dendor - be it through a bite... Or a terrible blessing. And you are SO, SO VERY HUNGRY. The form Dendor promises will be fearsome, but the transition will be agonizing. Fear not the full moon - and let the feast begin." + explanation_text = "You are touched by the Mad God of the Wilds, Dendor - be it through a bite... Or a terrible blessing. And you are SO, SO VERY HUNGRY. When exposed to the moonlit sky, an agonizing transformation will see you able to satisfy that hunger as a fearsome Nitebeast. Will you try to resist the allure of the Moon's gaze, or embrace the ravenous fervor welling within you?" team_explanation_text = "Lycanthropy is a terrible disease that's been recorded in scattered accounts going back hundreds of years. Whatever madness drove Dendor to create such an aberration is beyond mortal minds - and whatever the reason, he has been unwilling or unable to undo it. Nightly transformations and prodigious increses in mass drive the body into an active state of insatiable starvation, driving animalistic, rabid behavior." triumph_count = 5 diff --git a/code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm b/code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm index 606b67fb7be..cd673a46305 100644 --- a/code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm +++ b/code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm @@ -91,7 +91,7 @@ return /datum/antagonist/werewolf/greet() - to_chat(owner.current, span_userdanger("Since a bite long, long ago, Dendor's Madness has welled within me. Before the Moonlight, I will sate my hallowed Hunger.")) + to_chat(owner.current, span_userdanger("I feel Dendor's madness welling within me. What was its cause... A bite? A curse? Perhaps a blessing? Regardless, the Moonlight calls to me like a siren's song. It promises to help me sate this excruciating Hunger...")) return ..() /datum/antagonist/werewolf/lesser/greet() diff --git a/code/modules/events/antagonist/solo/werewolf.dm b/code/modules/events/antagonist/solo/werewolf.dm index 8b1a6a5dbf2..86be71f5366 100644 --- a/code/modules/events/antagonist/solo/werewolf.dm +++ b/code/modules/events/antagonist/solo/werewolf.dm @@ -14,7 +14,7 @@ base_antags = 2 maximum_antags = 2 min_players = 25 - weight = 0 // CC edit: Disabled. Partly because buggy as heck. Was 7. + weight = 7 earliest_start = 0 SECONDS From a8a4af6d707fd65e9cbfc5014fede60da9a74810 Mon Sep 17 00:00:00 2001 From: Jenny Date: Fri, 6 Feb 2026 04:45:05 -0600 Subject: [PATCH 2/2] OOPS I FORGOT THE EDIT MARKERS --- code/game/gamemodes/objectives_rogue.dm | 2 +- code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/objectives_rogue.dm b/code/game/gamemodes/objectives_rogue.dm index 6ef1e25b02c..1014a074374 100644 --- a/code/game/gamemodes/objectives_rogue.dm +++ b/code/game/gamemodes/objectives_rogue.dm @@ -25,7 +25,7 @@ /datum/objective/werewolf name = "conquer" - explanation_text = "You are touched by the Mad God of the Wilds, Dendor - be it through a bite... Or a terrible blessing. And you are SO, SO VERY HUNGRY. When exposed to the moonlit sky, an agonizing transformation will see you able to satisfy that hunger as a fearsome Nitebeast. Will you try to resist the allure of the Moon's gaze, or embrace the ravenous fervor welling within you?" + explanation_text = "You are touched by the Mad God of the Wilds, Dendor - be it through a bite... Or a terrible blessing. And you are SO, SO VERY HUNGRY. When exposed to the moonlit sky, an agonizing transformation will see you able to satisfy that hunger as a fearsome Nitebeast. Will you try to resist the allure of the Moon's gaze, or embrace the ravenous fervor welling within you?" // Caustic Edit: Rewrote text to be a bit more ambiguous team_explanation_text = "Lycanthropy is a terrible disease that's been recorded in scattered accounts going back hundreds of years. Whatever madness drove Dendor to create such an aberration is beyond mortal minds - and whatever the reason, he has been unwilling or unable to undo it. Nightly transformations and prodigious increses in mass drive the body into an active state of insatiable starvation, driving animalistic, rabid behavior." triumph_count = 5 diff --git a/code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm b/code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm index cd673a46305..433b2e24bdd 100644 --- a/code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm +++ b/code/modules/antagonists/roguetown/villain/werewolf/werewolf.dm @@ -91,7 +91,7 @@ return /datum/antagonist/werewolf/greet() - to_chat(owner.current, span_userdanger("I feel Dendor's madness welling within me. What was its cause... A bite? A curse? Perhaps a blessing? Regardless, the Moonlight calls to me like a siren's song. It promises to help me sate this excruciating Hunger...")) + to_chat(owner.current, span_userdanger("I feel Dendor's madness welling within me. What was its cause... A bite? A curse? Perhaps a blessing? Regardless, the Moonlight calls to me like a siren's song. It promises to help me sate this excruciating Hunger...")) // Caustic Edit: Rewrote text to be a bit more ambiguous return ..() /datum/antagonist/werewolf/lesser/greet()