diff --git a/bin/aethyr_setup b/bin/aethyr_setup
index fa0635cd874fe59c3c5e1dfe5d1aaad79a003daa..c15545333a67cda8e7f52de5fd8e5c292b00455f 100755
--- a/bin/aethyr_setup
+++ b/bin/aethyr_setup
@@ -112,7 +112,7 @@ def reset_storage
   city_area.info.terrain.type =  Terrain::CITY
   town_square_room = $manager.create_object(Room, city_area, [0,0], nil, :@name => "Ófærr City Square", :@short_desc => "You see a sad excuse for the heart of the city of Ófærr. The street is covered in mud and dirt and lined with trash. The fountain has long since stopped working.")
   ServerConfig[:start_room] = town_square_room.goid
-  church_entrance_room = $manager.create_object(Room, city_area, [-1,0], nil, :@name => "Ófærr City Square", :@short_desc => "You see a sad excuse for the heart of the city of Ófærr. The street is covered in mud and dirt and lined with trash. The fountain has long since stopped working.")
+  church_entrance_room = $manager.create_object(Room, city_area, [-1,0], nil, :@name => "Church of Light Entrance", :@short_desc => "Before you stands an ancient disregarded church. It is too dark to see inside however from the look of the collapsed roof and rotting wood door way it probably isnt safe to enter.")
   $manager.create_object(Exit, town_square_room, nil, church_entrance_room.goid, :@alt_names => ["west"])
   $manager.create_object(Exit, church_entrance_room, nil, town_square_room.goid, :@alt_names => ["east"])