From b6c84520437b2c0a064619b37138383dc38d6f8f Mon Sep 17 00:00:00 2001 From: deilann Date: Sat, 25 Jan 2014 18:17:33 -0800 Subject: [PATCH] changing dequip to make sense for all classes --- script/content.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/content.coffee b/script/content.coffee index 444d277fd1..f943aa5053 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -155,7 +155,8 @@ gear = shield: base: - 0: text: "No Shield", notes:'No shield.', value:0 + 0: text: "No Off-Hand Equipment", notes:'No shield or second weapon.', value:0 + //changed because this is what shows up for all classes, including those without shields warrior: #0: text: "No Shield", notes:'No shield.', value:0 1: text: "Wooden Shield", notes:'Round shield of thick wood. Increases CON by 2.', con: 2, value:20