mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Rewrote a couple of the descriptions that I added before for the tools.
This commit is contained in:
+4
-4
@@ -161,15 +161,15 @@ var Path = {
|
|||||||
var currentBagCapacity = 0;
|
var currentBagCapacity = 0;
|
||||||
// Add the non-craftables to the craftables
|
// Add the non-craftables to the craftables
|
||||||
var carryable = $.extend({
|
var carryable = $.extend({
|
||||||
'cured meat': { type: 'tool', desc: 'healing: '+ World.MEAT_HEAL },
|
'cured meat': { type: 'tool', desc: 'restores '+ World.MEAT_HEAL + ' hp' },
|
||||||
'bullets': { type: 'tool', desc: 'used with rifle' },
|
'bullets': { type: 'tool', desc: 'use with rifle' },
|
||||||
'grenade': {type: 'weapon' },
|
'grenade': {type: 'weapon' },
|
||||||
'bolas': {type: 'weapon' },
|
'bolas': {type: 'weapon' },
|
||||||
'laser rifle': {type: 'weapon' },
|
'laser rifle': {type: 'weapon' },
|
||||||
'energy cell': {type: 'tool', desc: 'used with laser rifle' },
|
'energy cell': {type: 'tool', desc: 'use with laser rifle' },
|
||||||
'bayonet': {type: 'weapon' },
|
'bayonet': {type: 'weapon' },
|
||||||
'charm': {type: 'tool'},
|
'charm': {type: 'tool'},
|
||||||
'medicine': {type: 'tool', desc: 'healing: ' + World.MEDS_HEAL}
|
'medicine': {type: 'tool', desc: 'restores ' + World.MEDS_HEAL + ' hp' }
|
||||||
}, Room.Craftables);
|
}, Room.Craftables);
|
||||||
|
|
||||||
for(var k in carryable) {
|
for(var k in carryable) {
|
||||||
|
|||||||
Reference in New Issue
Block a user