浏览代码

added a nerdfont icon for d12 and d6 just because

Gemini 2 周之前
父节点
当前提交
365e5d0ddc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      roll_tor.sh

+ 2 - 2
roll_tor.sh

@@ -296,7 +296,7 @@ TOTAL=0
 
 # Roll Feat Dice (1d12)
 if [ "$FEAT_COUNT" -gt 0 ]; then
-    echo -n -e "Feat Dice (${FEAT_COUNT}d12 ): "
+    echo -n -e "Feat Dice (${FEAT_COUNT}d12 󱅔): "
     
     # Handle advantage/disadvantage for Feat Dice
     if [[ "$ROLL_MODE" == "adv" ]]; then
@@ -399,7 +399,7 @@ fi
 
 # Roll Success Dice (1d6)
 if [ "$SUCCESS_COUNT" -gt 0 ]; then
-    echo -n -e "Success Dice (${SUCCESS_COUNT}d6 ): "
+    echo -n -e "Success Dice (${SUCCESS_COUNT}d6 󰗭 ): "
     
     # Handle advantage/disadvantage for Success Dice
     if [[ "$ROLL_MODE" == "adv" ]]; then