Item plural now shows whenever quantity is not 1
This commit is contained in:
@@ -116,5 +116,8 @@ Template.itemDialog.helpers({
|
||||
},
|
||||
canEquip: function(){
|
||||
return this.equipmentSlot !== "none";
|
||||
},
|
||||
ne1: function(num){
|
||||
return num != 1;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user