소스 검색

[fixed] commando header appearing before you've made any progress on the trait
[fixed] saying you have commando level 3 before doing anything at all

hornguy6 3 년 전
부모
커밋
9426a5e108
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      locations/traits.qsrc

+ 3 - 2
locations/traits.qsrc

@@ -123,7 +123,8 @@ if $ARGS[0] = 'menu':
 		'This trait cannot be lost.'
 	end
 	
-	'<center><b>Commando</b></center>'
+	*nl
+	if trait['commando_exp'] > 0 or trait['commando_lvl'] > 0:'<center><b>Commando</b></center>'
 	if trait['commando_lvl'] = 0 and trait['commando_exp'] > 0:
 		'You need to gain more experience not wearing panties with clothing to gain this trait.'
 	elseif trait['commando_lvl'] = 1:
@@ -132,7 +133,7 @@ if $ARGS[0] = 'menu':
 	elseif trait['commando_lvl'] = 2:
 		'You have this trait at level 2.'
 		'You are perfectly comfortable wearing any kind of clothing without panties. Your pussy is no longer irritated when wearing pants without panties.'
-	else
+	elseif trait['commando_lvl'] = 3:
 		'You have this trait at level 3.'
 		'You are more comfortable without panties than with them. In fact, you <i>hate</i> wearing them! They''re restrictive and annoying. You suffer mood penalties when wearing panties.'
 	end