Merge pull request #471 from code-kit/master

More Weapons/Tools Information on Path Tab
This commit is contained in:
Blake Grotewold
2016-03-19 15:01:01 -04:00
2 changed files with 31 additions and 14 deletions
+4
View File
@@ -552,6 +552,10 @@ var World = {
return World.state.map[World.curPos[0]][World.curPos[1]];
},
getDamage: function(thing) {
return World.Weapons[thing].damage;
},
narrateMove: function(oldTile, newTile) {
var msg = null;
switch(oldTile) {