Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/game/gamemodes/objectives_rogue.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/antagonist/solo/werewolf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading