hedgewars/uConsole.pas
changeset 4153 6bd94e4c5d65
parent 4143 eb7981f34800
child 4208 dd54999c2822
equal deleted inserted replaced
4152:07008cb354f9 4153:6bd94e4c5d65
   235     RegisterVariable('ready'   , vtLongInt, @cReadyDelay    , false);
   235     RegisterVariable('ready'   , vtLongInt, @cReadyDelay    , false);
   236     RegisterVariable('casefreq', vtLongInt, @cCaseFactor    , false);
   236     RegisterVariable('casefreq', vtLongInt, @cCaseFactor    , false);
   237     RegisterVariable('healthprob', vtLongInt, @cHealthCaseProb, false);
   237     RegisterVariable('healthprob', vtLongInt, @cHealthCaseProb, false);
   238     RegisterVariable('hcaseamount', vtLongInt, @cHealthCaseAmount, false);
   238     RegisterVariable('hcaseamount', vtLongInt, @cHealthCaseAmount, false);
   239     RegisterVariable('sd_turns', vtLongInt, @cSuddenDTurns  , false);
   239     RegisterVariable('sd_turns', vtLongInt, @cSuddenDTurns  , false);
       
   240     RegisterVariable('waterrise', vtLongInt, @cWaterRise    , false);
       
   241     RegisterVariable('healthdec', vtLongInt, @cHealthDecrease, false);
   240     RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false);
   242     RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false);
   241     RegisterVariable('minedudpct',vtLongInt,@cMineDudPercent, false);
   243     RegisterVariable('minedudpct',vtLongInt,@cMineDudPercent, false);
   242     RegisterVariable('minesnum', vtLongInt, @cLandMines     , false);
   244     RegisterVariable('minesnum', vtLongInt, @cLandMines     , false);
   243     RegisterVariable('explosives',vtLongInt,@cExplosives    , false);
   245     RegisterVariable('explosives',vtLongInt,@cExplosives    , false);
   244     RegisterVariable('gmflags' , vtLongInt, @GameFlags      , false);
   246     RegisterVariable('gmflags' , vtLongInt, @GameFlags      , false);