We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2f72e commit 6aeb948Copy full SHA for 6aeb948
Household/Household.html
@@ -1007,25 +1007,5 @@ <h3 data-i18n="notes-u">Notes</h3>
1007
setAttrs({lastroll: ""});
1008
});
1009
1010
- /*
1011
- *
1012
- */
1013
- on("change:num_dice", function(e) {
1014
-
1015
- console.log("change:num_dice: " + JSON.stringify(e));
1016
1017
- let attrs;
1018
- if(+e.newValue < 2) {
1019
- attrs = {num_dice: 2};
1020
- }
1021
- if(+e.newValue > 9) {
1022
- attrs = {num_dice: 9};
1023
1024
1025
- if(attrs) {
1026
- setAttrs(attrs);
1027
1028
- });
1029
1030
</script>
1031
</div>
0 commit comments