diff options
Diffstat (limited to 'example/status-effects.xml')
-rw-r--r-- | example/status-effects.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example/status-effects.xml b/example/status-effects.xml index fda9083..0dd2b69 100644 --- a/example/status-effects.xml +++ b/example/status-effects.xml @@ -4,14 +4,12 @@ icon="icons/icon-poison.xml" 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> |