Merge pull request #30 from Zarkonnen/medicine

Medicine
This commit is contained in:
Michael Townsend
2013-07-10 12:07:05 -07:00
9 changed files with 1045 additions and 59 deletions
+2 -1
View File
@@ -160,7 +160,8 @@ var Path = {
'laser rifle': {type: 'weapon' },
'energy cell': {type: 'tool' },
'bayonet': {type: 'weapon' },
'charm': {type: 'tool'}
'charm': {type: 'tool'},
'medicine': {type: 'tool'}
}, Room.Craftables);
for(var k in carryable) {