From dad296475748dbb37db6418a34c62f7f01f791cd Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Wed, 24 Jun 2015 16:48:26 -0400 Subject: [PATCH] link update --- code/modules/mob/living/simple_animal/revenant/revenant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/revenant/revenant.dm b/code/modules/mob/living/simple_animal/revenant/revenant.dm index 1dc15bbac83..44290d9c615 100644 --- a/code/modules/mob/living/simple_animal/revenant/revenant.dm +++ b/code/modules/mob/living/simple_animal/revenant/revenant.dm @@ -97,7 +97,7 @@ src << "You are invincible and invisible to everyone but other ghosts. Some abilities may change this." src << "To function, you are to drain the life essence from humans. This essence is a resource and will power all of your abilities." src << "You do not remember anything of your past lives, nor will you remember anything about this one after your death." - src << "Be sure to read the wiki page at https://tgstation13.org/wiki/Revenant to learn more." + src << "Be sure to read the wiki page at http://nanotrasen.se/wiki/index.php/Revenant to learn more." var/datum/objective/revenant/objective = new objective.owner = src src.mind.objectives += objective