1
0
Ver Fonte

add tooltip for sufficient mood in `act`

Stephan Fuchs há 11 meses atrás
pai
commit
c7a5da7f69
1 ficheiros alterados com 1 adições e 0 exclusões
  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>>