summaryrefslogtreecommitdiff
path: root/lib/scpt/help.lua
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 16:34:40 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 16:55:01 +0200
commit0bd0bab14018806a9fafe8db624323ce4699fe9b (patch)
tree23c656d8dca1d7d5991b694cf728080769557d5b /lib/scpt/help.lua
parentcd9c9db64bff40addbbbf5834f8839e93717cfba (diff)
Lua: Move "subrace" help to C
Diffstat (limited to 'lib/scpt/help.lua')
-rw-r--r--lib/scpt/help.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 694fefeb..daff0ed6 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -24,18 +24,6 @@ ingame_help
-- list of files for classes, { filename, anchor }
local t =
{
- ["subrace"] =
- {
- ["Barbarian"] = { "rm_barb.txt", 0 },
- ["Classical"] = { "rm_class.txt", 0 },
- ["Corrupted"] = { "rm_corru.txt", 0 },
- ["Hermit"] = { "rm_herm.txt", 0 },
- ["LostSoul"] = { "rm_lsoul.txt", 0 },
- ["Skeleton"] = { "rm_skel.txt", 0 },
- ["Spectre"] = { "rm_spec.txt", 0 },
- ["Vampire"] = { "rm_vamp.txt", 0 },
- ["Zombie"] = { "rm_zomb.txt", 0 },
- },
["class"] =
{
["Alchemist"] = { "c_alchem.txt", 0 },