speed up and bug fix

This commit is contained in:
LucidCrux
2013-07-25 02:00:41 -06:00
parent 766d3879c7
commit f4520bce91
3 changed files with 16 additions and 43 deletions
+1 -3
View File
@@ -163,9 +163,7 @@ var Outside = {
},
numBuilding: function(bName) {
return $SM.get('features.location.outside') &&
$SM.get('game.outside.buildings') &&
$SM.get('game.outside.buildings[\''+bName+'\']', true);
return $SM.get('game.outside.buildings[\''+bName+'\']', true);
},
addBuilding: function(bName, num) {