From d8e710809861dc09d5f3a726c6b95d8bf3140cdc Mon Sep 17 00:00:00 2001 From: Alys Date: Wed, 15 Jul 2015 14:55:08 +1000 Subject: [PATCH] moved twoHanded:true out of bracketed region in rancherLasso - it was causing "Error processing the string" --- common/script/content.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/script/content.coffee b/common/script/content.coffee index 5dd37a935d..9fc17754f8 100644 --- a/common/script/content.coffee +++ b/common/script/content.coffee @@ -167,7 +167,7 @@ gear = armoire: basicCrossbow: text: t('weaponArmoireBasicCrossbowText'), notes: t('weaponArmoireBasicCrossbowNotes', {str: 5, per: 5, con: 5}), value: 100, str: 5, per: 5, con: 5, canOwn: ((u)-> u.items.gear.owned.weapon_armoire_basicCrossbow?) lunarSceptre: text: t('weaponArmoireLunarSceptreText'), notes: t('weaponArmoireLunarSceptreNotes', {con: 7, int: 7}), value: 100, con: 7, int: 7, set: 'soothing', canOwn: ((u)-> u.items.gear.owned.weapon_armoire_lunarSceptre?) - rancherLasso: text: t('weaponArmoireRancherLassoText'), notes: t('weaponArmoireRancherLassoNotes', twoHanded:true, {str: 5, per: 5, int: 5}), value: 100, str: 5, per: 5, int: 5, set: 'rancher', canOwn: ((u)-> u.items.gear.owned.weapon_armoire_rancherLasso?) + rancherLasso: twoHanded:true, text: t('weaponArmoireRancherLassoText'), notes: t('weaponArmoireRancherLassoNotes', {str: 5, per: 5, int: 5}), value: 100, str: 5, per: 5, int: 5, set: 'rancher', canOwn: ((u)-> u.items.gear.owned.weapon_armoire_rancherLasso?) armor: base: