diff options
Diffstat (limited to 'npc/magic')
-rw-r--r-- | npc/magic/ovh.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/magic/ovh.txt b/npc/magic/ovh.txt new file mode 100644 index 000000000..476be292c --- /dev/null +++ b/npc/magic/ovh.txt @@ -0,0 +1,13 @@ +// TMW2 script +// Author: Jesusalva <admin@tmw2.org> +// +// Magic Script: TMW2_OVHFIRE +// +// Burns down the user to a toast, but they'll survive, because they are awesome. + +function script SK_OVHFire { + specialeffect FX_HELLBLAZE, AREA, getcharid(3); + return; +} + + |