From d4c37428a31e49655be50e19988c19e90bc788dd Mon Sep 17 00:00:00 2001 From: Zireael07 Date: Sat, 3 Aug 2013 12:01:58 +0200 Subject: [PATCH] stuff back where it belongs --- init.lua | 39 --------------------------------------- mod/init.lua | 6 +++--- 2 files changed, 3 insertions(+), 42 deletions(-) delete mode 100644 init.lua diff --git a/init.lua b/init.lua deleted file mode 100644 index 79eef091..00000000 --- a/init.lua +++ /dev/null @@ -1,39 +0,0 @@ --- ToME - Tales of Middle-Earth --- Copyright (C) 2009, 2010, 2011, 2012, 2013 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 . --- --- Nicolas Casalini "DarkGod" --- darkgod@te4.org - -name = "Underdark" -long_name = "An Underdark roguelike" -short_name = "underdark" -author = { "Zireael", "x" } -homepage = "x" -version = {0,0,6} -engine = {1,0,4,"te4"} -description = [[ -In DarkGod's words, "a fantasy d20-themed dungeon crawler". -]] -starter = "mod.load" - -show_only_on_cheat = false -- Example modules are not shown to normal players - -score_formatters = { - ["Underdark"] = { - alive="#BLUE#{name}#LAST#", - dead="#BLUE#{name}#LAST#" - }, -} diff --git a/mod/init.lua b/mod/init.lua index b1d14a49..79eef091 100644 --- a/mod/init.lua +++ b/mod/init.lua @@ -22,10 +22,10 @@ long_name = "An Underdark roguelike" short_name = "underdark" author = { "Zireael", "x" } homepage = "x" -version = {0,0,0} +version = {0,0,6} engine = {1,0,4,"te4"} description = [[ -An Underdark roguelike, vaguely d20-based. +In DarkGod's words, "a fantasy d20-themed dungeon crawler". ]] starter = "mod.load" @@ -36,4 +36,4 @@ score_formatters = { alive="#BLUE#{name}#LAST#", dead="#BLUE#{name}#LAST#" }, -} \ No newline at end of file +}