Browse Source

add tooltip for sufficient mood in `act`

Stephan Fuchs 6 months ago
parent
commit
c7a5da7f69
1 changed files with 1 additions and 0 deletions
  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>>