diff --git a/code/game/gamemodes/objectives_rogue.dm b/code/game/gamemodes/objectives_rogue.dm index 5488d489206..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. 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?" // 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 606b67fb7be..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("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...")) // Caustic Edit: Rewrote text to be a bit more ambiguous 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