summaryrefslogtreecommitdiff
path: root/npc/018-2_Woodland_mining_camp
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-01-09 22:22:14 +0100
committerStefan Beller <stefanbeller@googlemail.com>2011-01-09 22:22:14 +0100
commit9e85fde9b0f5991c59991305166e2324ef68ce1b (patch)
tree36882517c8b26e7c774cb4ac9bb357205a3ff95a /npc/018-2_Woodland_mining_camp
parentf10d499cb025f8b5b3b5357dfefd42c36bc02540 (diff)
downloadserverdata-9e85fde9b0f5991c59991305166e2324ef68ce1b.tar.gz
serverdata-9e85fde9b0f5991c59991305166e2324ef68ce1b.tar.bz2
serverdata-9e85fde9b0f5991c59991305166e2324ef68ce1b.tar.xz
serverdata-9e85fde9b0f5991c59991305166e2324ef68ce1b.zip
removing debug messages in caul
Diffstat (limited to 'npc/018-2_Woodland_mining_camp')
-rw-r--r--npc/018-2_Woodland_mining_camp/caul.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/npc/018-2_Woodland_mining_camp/caul.txt b/npc/018-2_Woodland_mining_camp/caul.txt
index c0b84544..2949c0e9 100644
--- a/npc/018-2_Woodland_mining_camp/caul.txt
+++ b/npc/018-2_Woodland_mining_camp/caul.txt
@@ -942,10 +942,6 @@ L_check_explosion:
// and multiply with 3 so there is definitly no chance to get it directly after starting
set @prob, (@prob * @prob) * 2;
L_check_exp_nof:
-
- //TODO remove next message:
- mes "check explosion: + " +@prob +" / 1000";
-
// in about 95% of the cases anything is fine, so return.
if (rand(1000) > @prob) return;
// in some cases it is not: