diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-09 22:22:14 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-09 22:22:14 +0100 |
commit | 9e85fde9b0f5991c59991305166e2324ef68ce1b (patch) | |
tree | 36882517c8b26e7c774cb4ac9bb357205a3ff95a /npc | |
parent | f10d499cb025f8b5b3b5357dfefd42c36bc02540 (diff) | |
download | serverdata-9e85fde9b0f5991c59991305166e2324ef68ce1b.tar.gz serverdata-9e85fde9b0f5991c59991305166e2324ef68ce1b.tar.bz2 serverdata-9e85fde9b0f5991c59991305166e2324ef68ce1b.tar.xz serverdata-9e85fde9b0f5991c59991305166e2324ef68ce1b.zip |
removing debug messages in caul
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-2_Woodland_mining_camp/caul.txt | 4 |
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: |