Ver Fonte

fix another bug

Thavus há 2 anos atrás
pai
commit
4184565534
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      locations/therapist_reminder.qsrc

+ 5 - 1
locations/therapist_reminder.qsrc

@@ -1,7 +1,8 @@
 # therapist_reminder
-cla
 
 if $ARGS[0] = '':
+    cla
+    *clr
     reminderCount += 1
     '<center><img <<$set_imgh>> src="images/pc/reactions/forget.jpg"></center>'
     ''
@@ -27,6 +28,7 @@ if $ARGS[0] = '':
     else
         act 'Return to what you were doing (<<will_cost>> Willpower)':
             cla
+            *clr
             reminderMult = reminderCount
             if reminderCount > 10: reminderMult = 10
             reminderMoodCostLow = func('shortgs','sqrt', 30*reminderMult)
@@ -42,6 +44,8 @@ if $ARGS[0] = '':
         end
     end
     act 'Go see your therapist':
+        cla
+        *clr
         if $region = 'city_center':
             minut += 30
         elseif $region = 'city_industrial':