|
@@ -882,14 +882,14 @@ else
|
|
if trait['braless_exp'] > 600:
|
|
if trait['braless_exp'] > 600:
|
|
trait['braless_exp'] = 50
|
|
trait['braless_exp'] = 50
|
|
trait['braless_lvl'] = 1
|
|
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
|
|
end
|
|
elseif trait['braless_lvl'] = 1:
|
|
elseif trait['braless_lvl'] = 1:
|
|
trait['braless_exp'] += 2
|
|
trait['braless_exp'] += 2
|
|
if trait['braless_exp'] >= 500:
|
|
if trait['braless_exp'] >= 500:
|
|
trait['braless_exp'] = 50
|
|
trait['braless_exp'] = 50
|
|
trait['braless_lvl'] = 2
|
|
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
|
|
end
|
|
elseif trait['braless_lvl'] = 2:
|
|
elseif trait['braless_lvl'] = 2:
|
|
nippleChafe = 0
|
|
nippleChafe = 0
|
|
@@ -910,7 +910,7 @@ else
|
|
if trait['braless_exp'] <= 0:
|
|
if trait['braless_exp'] <= 0:
|
|
trait['braless_exp'] = 450
|
|
trait['braless_exp'] = 450
|
|
trait['braless_lvl'] = 2
|
|
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
|
|
end
|
|
else
|
|
else
|
|
trait['braless_exp'] -= 1
|
|
trait['braless_exp'] -= 1
|