diff -r 980ec01b98e1 -r eb7981f34800 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Fri Nov 05 21:59:02 2010 -0400 +++ b/hedgewars/uConsole.pas Fri Nov 05 22:32:00 2010 -0400 @@ -234,6 +234,8 @@ RegisterVariable('delay' , vtLongInt, @cInactDelay , false); RegisterVariable('ready' , vtLongInt, @cReadyDelay , false); RegisterVariable('casefreq', vtLongInt, @cCaseFactor , false); + RegisterVariable('healthprob', vtLongInt, @cHealthCaseProb, false); + RegisterVariable('hcaseamount', vtLongInt, @cHealthCaseAmount, false); RegisterVariable('sd_turns', vtLongInt, @cSuddenDTurns , false); RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false); RegisterVariable('minedudpct',vtLongInt,@cMineDudPercent, false);