Skip to content

Commit

Permalink
Update nightmare.dm (#10394)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeguyManperson committed Nov 14, 2020
1 parent ba42889 commit 1aba3aa
Showing 1 changed file with 2 additions and 2 deletions.
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'))

0 comments on commit 1aba3aa

Please sign in to comment.