1
0
فهرست منبع

[fixed] Body description wasn't updated after eye surgery to show Sveta no longer wearing glasses or after upgrading glasses. It would fix overnight but better to do so directly

Kevin_Smarts 2 سال پیش
والد
کامیت
404d989ecd
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      locations/city_clinic.qsrc

+ 4 - 0
locations/city_clinic.qsrc

@@ -301,6 +301,7 @@ if $ARGS[0] = 'start':
 							money -= 4500
 							minut += 60
 							glass = 2
+							gs 'body_desc'
 							gs 'stat'
 							'You buy a new, more stylish pair of glasses.'
 
@@ -313,6 +314,7 @@ if $ARGS[0] = 'start':
 							karta -= 4500
 							minut += 60
 							glass = 2
+							gs 'body_desc'
 							gs 'stat'
 							'You buy a new, more stylish pair of glasses.'
 
@@ -334,6 +336,7 @@ if $ARGS[0] = 'start':
 							minut += 60
 							blizoruk = 0
 							glass = 0
+							gs 'body_desc'
 							gs 'stat'
 							'You undergo laser eye surgery. Your eyesight is much better now.'
 							act 'Return to the entrance':gt 'city_clinic', 'start'
@@ -346,6 +349,7 @@ if $ARGS[0] = 'start':
 							minut += 60
 							blizoruk = 0
 							glass = 0
+							gs 'body_desc'
 							gs 'stat'
 							'You undergo laser eye surgery. Your eyesight is much better now.'
 							act 'Return to the entrance':gt 'city_clinic', 'start'