From 572e27f9ae9b99cc9a9eb84db355b952c5bd5dd4 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sat, 30 Oct 2010 03:41:08 +0000
Subject: [PATCH] plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1708 51575b47-30f0-44d4-a5cc-537603b46e54
---
 .../data/zones/wilderness-fareast/grids.lua   | 18 ---------
 .../data/zones/wilderness-fareast/npcs.lua    | 19 ---------
 .../data/zones/wilderness-fareast/objects.lua | 21 ----------
 .../data/zones/wilderness-fareast/zone.lua    | 40 -------------------
 4 files changed, 98 deletions(-)
 delete mode 100644 game/modules/tome/data/zones/wilderness-fareast/grids.lua
 delete mode 100644 game/modules/tome/data/zones/wilderness-fareast/npcs.lua
 delete mode 100644 game/modules/tome/data/zones/wilderness-fareast/objects.lua
 delete mode 100644 game/modules/tome/data/zones/wilderness-fareast/zone.lua

diff --git a/game/modules/tome/data/zones/wilderness-fareast/grids.lua b/game/modules/tome/data/zones/wilderness-fareast/grids.lua
deleted file mode 100644
index b91ef051f3..0000000000
--- a/game/modules/tome/data/zones/wilderness-fareast/grids.lua
+++ /dev/null
@@ -1,18 +0,0 @@
--- ToME - Tales of Maj'Eyal
--- Copyright (C) 2009, 2010 Nicolas Casalini
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--- Nicolas Casalini "DarkGod"
--- darkgod@te4.org
diff --git a/game/modules/tome/data/zones/wilderness-fareast/npcs.lua b/game/modules/tome/data/zones/wilderness-fareast/npcs.lua
deleted file mode 100644
index 54f3736d46..0000000000
--- a/game/modules/tome/data/zones/wilderness-fareast/npcs.lua
+++ /dev/null
@@ -1,19 +0,0 @@
--- ToME - Tales of Maj'Eyal
--- Copyright (C) 2009, 2010 Nicolas Casalini
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--- Nicolas Casalini "DarkGod"
--- darkgod@te4.org
-
diff --git a/game/modules/tome/data/zones/wilderness-fareast/objects.lua b/game/modules/tome/data/zones/wilderness-fareast/objects.lua
deleted file mode 100644
index c8bcaaefa0..0000000000
--- a/game/modules/tome/data/zones/wilderness-fareast/objects.lua
+++ /dev/null
@@ -1,21 +0,0 @@
--- ToME - Tales of Maj'Eyal
--- Copyright (C) 2009, 2010 Nicolas Casalini
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--- Nicolas Casalini "DarkGod"
--- darkgod@te4.org
-
-load("/data/general/objects/objects-far-east.lua")
-load("/data/general/objects/lore/sunwall.lua")
diff --git a/game/modules/tome/data/zones/wilderness-fareast/zone.lua b/game/modules/tome/data/zones/wilderness-fareast/zone.lua
deleted file mode 100644
index 4f7da60533..0000000000
--- a/game/modules/tome/data/zones/wilderness-fareast/zone.lua
+++ /dev/null
@@ -1,40 +0,0 @@
--- ToME - Tales of Maj'Eyal
--- Copyright (C) 2009, 2010 Nicolas Casalini
---
--- This program is free software: you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation, either version 3 of the License, or
--- (at your option) any later version.
---
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program.  If not, see <http://www.gnu.org/licenses/>.
---
--- Nicolas Casalini "DarkGod"
--- darkgod@te4.org
-
-return {
-	name = "Far East",
-	level_range = {1, 1},
-	max_level = 1,
-	width = 100, height = 100,
---	all_remembered = true,
---	all_lited = true,
-	persistant = "memory",
-	wilderness = true,
-	wilderness_see_radius = 4,
-	ambiant_music = "Far away.ogg",
-	generator =  {
-		map = {
-			class = "engine.generator.map.Static",
-			map = "wilderness/fareast",
-		},
-	},
-	on_enter = function()
-		game.state:goneEast()
-	end,
-}
-- 
GitLab