# HG changeset patch # User Wuzzy # Date 1536093166 -3600 # Node ID 7c038e79eddf97151beceb5bd94dbacb45d239a6 # Parent 1fa7f404871901e2a8c9e6901ba082794a645259 LuaAPI: fix simlpe typo diff -r 1fa7f4048719 -r 7c038e79eddf LuaAPI.wiki --- a/LuaAPI.wiki Mon Sep 03 22:46:22 2018 +0100 +++ b/LuaAPI.wiki Tue Sep 04 21:32:46 2018 +0100 @@ -1060,7 +1060,7 @@ -- Simple explosion at (100, 50) with radius 50 Explode(100, 50, 50) --- Simlpe explosion without sound +-- Simple explosion without sound Explode(100, 50, 50, 0) -- Fake explosion which only pushes gears but deals no damage to gears and terrain