Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes the nightmare's objective to something more thematic #10394

Merged
merged 1 commit into from
Nov 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/modules/antagonists/nightmare/nightmare.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
new_objective.owner = owner
new_objective.completed = TRUE
objectives += new_objective
new_objective.explanation_text = "<span class='userdanger'>Kill.</span>" // you can do whatever
new_objective.explanation_text = "This station is an insult to the void. Return it to darkness."
var/datum/objective/survive/survival = new
survival.owner = owner
objectives += survival // just dont die doing it
Expand All @@ -20,4 +20,4 @@

/datum/antagonist/nightmare/greet()
owner.announce_objectives()
SEND_SOUND(owner.current, sound('sound/magic/ethereal_exit.ogg'))
SEND_SOUND(owner.current, sound('sound/magic/ethereal_exit.ogg'))