From 8a27cfdb912939864019671f4ebe6624ce24ee2e Mon Sep 17 00:00:00 2001 From: Chinsky Date: Tue, 23 Oct 2012 12:45:08 +0400 Subject: [PATCH] Reverted clown coords changes on Cael's request, he has something for that in his pull request. --- code/defines/obj/weapon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/defines/obj/weapon.dm b/code/defines/obj/weapon.dm index 00389d5bd43..10f6facf010 100644 --- a/code/defines/obj/weapon.dm +++ b/code/defines/obj/weapon.dm @@ -709,7 +709,7 @@ level = 2 desc = "This card contains coordinates to the fabled Clown Planet. Handle with care." function = "teleporter" - //data = "Clown Land" + data = "Clown Land" /obj/item/weapon/card/emag desc = "It's a card with a magnetic strip attached to some circuitry."