summaryrefslogtreecommitdiffstats
path: root/example/status-effects.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/status-effects.xml')
-rw-r--r--example/status-effects.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/status-effects.xml b/example/status-effects.xml
index 7b613c4..fda9083 100644
--- a/example/status-effects.xml
+++ b/example/status-effects.xml
@@ -5,11 +5,13 @@
persistent-particle-effect="true"
start-particle="graphics/particles/green-bubbles.particle.xml"
script="plague.lua"
+ tick-function="tick_plague"
/>
<status-effect name="Jumping Status" id="2"
icon="icons/icon-feather.xml"
persistent-particle-effect="true"
start-particle="graphics/particles/magic.white.xml"
script="jump.lua"
+ tick-function="tick_jump"
/>
</status-effects>