Browse Source

[text edits]some text edits of the barless trait

lagooncompany 1 year ago
parent
commit
a14f783465
2 changed files with 4 additions and 4 deletions
  1. 3 3
      locations/stat.qsrc
  2. 1 1
      locations/traits.qsrc

+ 3 - 3
locations/stat.qsrc

@@ -882,14 +882,14 @@ else
 				if trait['braless_exp'] > 600:
 					trait['braless_exp'] = 50
 					trait['braless_lvl'] = 1
-					msg'You have gained the Braless trait! You have become accustomed to the idea you don''t have to wear bras all the time and can now comfortably wear revealing upper body clothing without bras. Some shirts are still a little itchy though...'
+					msg'You have gained the Braless trait! You have become accustomed to the idea you don''t have to wear bras all the time and can now comfortably wear revealing clothing without bras. Some shirts are still a little itchy though...'
 				end
 			elseif trait['braless_lvl'] = 1:
 				trait['braless_exp'] += 2
 				if trait['braless_exp'] >= 500:
 					trait['braless_exp'] = 50
 					trait['braless_lvl'] = 2
-					msg'You have gained the 2nd level of the Braless trait! You have become very comfortable without bras and your nipples are no longer irritated by any type of upper body clothing.'
+					msg'You have gained the 2nd level of the Braless trait! You have become very comfortable without bras and your nipples are no longer irritated by any type of clothing.'
 				end
 			elseif trait['braless_lvl'] = 2:
 				nippleChafe = 0
@@ -910,7 +910,7 @@ else
 				if trait['braless_exp'] <= 0:
 					trait['braless_exp'] = 450
 					trait['braless_lvl'] = 2
-					msg'You have lost the 3rd level of the Braless trait! You are now only comfortable not wearing bras and will not suffer irritation from wearing conservative tops while being braless.'
+					msg'You have lost the 3rd level of the Braless trait! You are now only comfortable not wearing bras and will not suffer irritation from wearing conservative clothing while being braless.'
 				end
 				else
 					trait['braless_exp'] -= 1

+ 1 - 1
locations/traits.qsrc

@@ -145,7 +145,7 @@ if $ARGS[0] = 'menu':
 		'You need to gain more experience not wearing bras with clothing to gain this trait.'
 	elseif trait['braless_lvl'] = 1:
 		'You have this trait at level 1.'
-		'You''re starting to get used to not wearing bras. Most types of tops doesn''t cause any irritation, but some conservative upper body clothing does cause irritation'
+		'You''re starting to get used to not wearing bras. Most types of tops doesn''t cause any irritation, but some still does cause irritation'
 	elseif trait['braless_lvl'] = 2:
 		'You have this trait at level 2.'
 		'You are perfectly comfortable wearing any kind of clothing without bras. Your nipples are no longer irritated when wearing non revealing upper body clothing without bras.'