瀏覽代碼

add tooltip for sufficient mood in `act`

Stephan Fuchs 11 月之前
父節點
當前提交
c7a5da7f69
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sugarcube/src/actions/act.tw

+ 1 - 0
sugarcube/src/actions/act.tw

@@ -69,6 +69,7 @@
 			<<set _styleClass += ' mood disabled'>>
 			<<set _act_contents = ''>>
 		<<else>>
+			<<set _tooltip = 'Your mood is high enough (>='+_flags.mood+') to do this.'>>
 			<<set _styleClass += ' mood'>>
 		<</if>>
 	<</if>>