summaryrefslogtreecommitdiff
path: root/example/scripts/npcs/shaker.lua
diff options
context:
space:
mode:
Diffstat (limited to 'example/scripts/npcs/shaker.lua')
-rw-r--r--example/scripts/npcs/shaker.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/example/scripts/npcs/shaker.lua b/example/scripts/npcs/shaker.lua
index 9d7bafb7..ac6b152a 100644
--- a/example/scripts/npcs/shaker.lua
+++ b/example/scripts/npcs/shaker.lua
@@ -18,7 +18,6 @@ function shaker_update(npc)
center_x = mana.posX(npc)
center_y = mana.posY(npc)
tremor(center_x, center_y, 300)
-
end
end
@@ -43,6 +42,3 @@ function tremor (center_x, center_y, intensity)
end
end
end
-
-
-