232 RegisterVariable('mapgen' , vtLongInt, @cMapGen , false); |
232 RegisterVariable('mapgen' , vtLongInt, @cMapGen , false); |
233 RegisterVariable('maze_size',vtLongInt, @cMazeSize , false); |
233 RegisterVariable('maze_size',vtLongInt, @cMazeSize , false); |
234 RegisterVariable('delay' , vtLongInt, @cInactDelay , false); |
234 RegisterVariable('delay' , vtLongInt, @cInactDelay , false); |
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); |
|
238 RegisterVariable('hcaseamount', vtLongInt, @cHealthCaseAmount, false); |
237 RegisterVariable('sd_turns', vtLongInt, @cSuddenDTurns , false); |
239 RegisterVariable('sd_turns', vtLongInt, @cSuddenDTurns , false); |
238 RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false); |
240 RegisterVariable('damagepct',vtLongInt, @cDamagePercent , false); |
239 RegisterVariable('minedudpct',vtLongInt,@cMineDudPercent, false); |
241 RegisterVariable('minedudpct',vtLongInt,@cMineDudPercent, false); |
240 RegisterVariable('minesnum', vtLongInt, @cLandMines , false); |
242 RegisterVariable('minesnum', vtLongInt, @cLandMines , false); |
241 RegisterVariable('explosives',vtLongInt,@cExplosives , false); |
243 RegisterVariable('explosives',vtLongInt,@cExplosives , false); |