summaryrefslogtreecommitdiff
path: root/example/scripts/main.lua
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-05-12 11:30:59 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-08-26 22:56:47 +0200
commite3a1e9c89e102dbf961c624435c495c759776312 (patch)
treec76e09b7661a61eebd042b8d49502fcbcb6d0066 /example/scripts/main.lua
parent4d46079cd147e05513473860cb2e92fec0c31b8f (diff)
downloadmanaserv-e3a1e9c89e102dbf961c624435c495c759776312.tar.gz
manaserv-e3a1e9c89e102dbf961c624435c495c759776312.tar.bz2
manaserv-e3a1e9c89e102dbf961c624435c495c759776312.tar.xz
manaserv-e3a1e9c89e102dbf961c624435c495c759776312.zip
Readded Entity:damage as lua function
Diffstat (limited to 'example/scripts/main.lua')
-rw-r--r--example/scripts/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/scripts/main.lua b/example/scripts/main.lua
index cb657510..8d22b6bf 100644
--- a/example/scripts/main.lua
+++ b/example/scripts/main.lua
@@ -7,6 +7,7 @@
-- Global functions:
require "scripts/callbacks"
+require "scripts/damage"
-- At the moment the event handlers are split up over the following files:
require "scripts/global_events"