hedgewars/uConsole.pas
changeset 4143 eb7981f34800
parent 4046 cfdbddc4b385
child 4153 6bd94e4c5d65
--- 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);