aboutsummaryrefslogtreecommitdiff
path: root/advtrains/license.txt
diff options
context:
space:
mode:
authororwell96 <mono96.mml@gmail.com>2017-02-05 13:21:06 +0100
committerorwell96 <mono96.mml@gmail.com>2017-02-05 13:21:06 +0100
commitc79be69aef7575ecc2687be6381485913615d9b5 (patch)
treeec303282013907d74ade4e03227cc60e84c534cf /advtrains/license.txt
parentaf14d57557094525be85dea1ad3102a1b41408c7 (diff)
downloadadvtrains-c79be69aef7575ecc2687be6381485913615d9b5.tar.gz
advtrains-c79be69aef7575ecc2687be6381485913615d9b5.tar.bz2
advtrains-c79be69aef7575ecc2687be6381485913615d9b5.zip
Fix itrainmap
Diffstat (limited to 'advtrains/license.txt')
0 files changed, 0 insertions, 0 deletions
s="hl str">"WPick", DiggingProperties(true, 1.5*toughness, 65535./30.*toughness)); g_material_properties[material].setDiggingProperties("STPick", DiggingProperties(true, 0.7*toughness, 65535./100.*toughness)); /*g_material_properties[material].setDiggingProperties("MesePick", DiggingProperties(true, 0.0*toughness, 65535./20.*toughness));*/ } void initializeMaterialProperties() { /* Now, the g_material_properties array is already initialized by the constructors to such that no digging is possible. Add some digging properties to them. */ setStoneLikeDiggingProperties(CONTENT_STONE, 1.0); g_material_properties[CONTENT_GRASS].setDiggingProperties("", DiggingProperties(true, 0.4, 0));