瀏覽代碼

fix another bug

Thavus 2 年之前
父節點
當前提交
4184565534
共有 1 個文件被更改,包括 5 次插入1 次删除
  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':