Added icon for set effects
This commit is contained in:
@@ -5,10 +5,11 @@ export default function getEffectIcon(op, value){
|
||||
case 'mul': return 'clear';
|
||||
case 'min': return 'unfold_more';
|
||||
case 'max': return 'unfold_less';
|
||||
case 'set': return 'push_pin';
|
||||
case 'advantage': return 'arrow_upward';
|
||||
case 'disadvantage': return 'arrow_downward';
|
||||
case 'passiveAdd': return value < 0 ? 'remove_circle_outline' : 'add_circle_outline';
|
||||
case 'fail': return 'block';
|
||||
case 'conditional': return '*' ;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user