diff options
Diffstat (limited to 'npc/magic/level2-rain.txt')
-rw-r--r-- | npc/magic/level2-rain.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/magic/level2-rain.txt b/npc/magic/level2-rain.txt index 5e6da002..69f0746c 100644 --- a/npc/magic/level2-rain.txt +++ b/npc/magic/level2-rain.txt @@ -42,6 +42,7 @@ function script SK_Kaflosh { return; } + debugmes "KAFLOSH FINAL: Damage %d Time %d Climate %d", .@dmg, .@time, .@cl; // Invoke the rain clouds; Everything else should work out of the box // The builtin checks are not necessary in this case =D // But would be for a sandstorm or snowstorm. |