Fixed a comment and commented out a debug message
This commit is contained in:
parent
c11efe47c0
commit
b3488354cc
1 changed files with 3 additions and 3 deletions
|
@ -1848,13 +1848,13 @@
|
|||
|
||||
#if easy kill 50%
|
||||
#if medium kill 60%
|
||||
#if hard kill 75%
|
||||
#if hard kill 80%
|
||||
|
||||
{VARIABLE deaths $victims.length}
|
||||
{VARIABLE_OP deaths multiply {ON_DIFFICULTY 0.6 0.7 0.8}}
|
||||
{VARIABLE_OP deaths round 0}
|
||||
|
||||
{DEBUG_MSG "Killing $deaths defenders out of $victims.length"}
|
||||
#{DEBUG_MSG "Killing $deaths defenders out of $victims.length"}
|
||||
|
||||
{VARIABLE i 1}
|
||||
{REPEAT $deaths (
|
||||
|
@ -2042,7 +2042,7 @@
|
|||
{VARIABLE_OP deaths multiply {ON_DIFFICULTY 0.5 0.6 0.75}}
|
||||
{VARIABLE_OP deaths round 0}
|
||||
|
||||
{DEBUG_MSG "Killing $deaths defenders out of $victims.length"}
|
||||
#{DEBUG_MSG "Killing $deaths defenders out of $victims.length"}
|
||||
|
||||
{VARIABLE i 1}
|
||||
{REPEAT $deaths (
|
||||
|
|
Loading…
Add table
Reference in a new issue