Random space is most certainly not best space

This commit is contained in:
Zach Brown 2014-10-24 23:44:38 -05:00
parent edf1a20dcd
commit a5069ae74d

View file

@ -90,7 +90,7 @@ index f80c075..6b789e4 100644
+ private void mechanicsChanges() + private void mechanicsChanges()
+ { + {
+ boatsDropBoats = getBoolean( "game-mechanics.boats-drop-boats", false ); + boatsDropBoats = getBoolean( "game-mechanics.boats-drop-boats", false );
+ lessPickyTorches = getBoolean ( "game-mechanics.less-picky-torch-placement", false ); + lessPickyTorches = getBoolean( "game-mechanics.less-picky-torch-placement", false );
+ } + }
} }
-- --