summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 17:56:15 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 17:57:00 +0200
commit465063bdf50bdf30b110bb2c37ab114fb68e4662 (patch)
tree83f08fbcae536b1f602c66a39128c0b48d2921b3 /lib
parent45f32f85eecbdaca1108542adc9733e9b633d9e5 (diff)
Lua: Move the "monster asked for help" help to C
Diffstat (limited to 'lib')
-rw-r--r--lib/mods/theme/scpt/help.lua10
-rw-r--r--lib/scpt/help.lua10
2 files changed, 0 insertions, 20 deletions
diff --git a/lib/mods/theme/scpt/help.lua b/lib/mods/theme/scpt/help.lua
index 6a153933..e17d1723 100644
--- a/lib/mods/theme/scpt/help.lua
+++ b/lib/mods/theme/scpt/help.lua
@@ -5,13 +5,3 @@
-----------------------Here comes the definition of help-----------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-
-ingame_help
-{
- ["callback"] = "monster_chat",
- ["desc"] =
- {
- "Somebody is speaking to you it seems. You can talk back with the Y key.",
- "This can lead to quests. You can also give items to 'monsters' with the y key.",
- }
-}
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 6a153933..e17d1723 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -5,13 +5,3 @@
-----------------------Here comes the definition of help-----------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-
-ingame_help
-{
- ["callback"] = "monster_chat",
- ["desc"] =
- {
- "Somebody is speaking to you it seems. You can talk back with the Y key.",
- "This can lead to quests. You can also give items to 'monsters' with the y key.",
- }
-}