Ver Fonte

Merge remote-tracking branch 'Violet_Kitten/master'

KevinSmarts há 4 anos atrás
pai
commit
55dcf5e3f4
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      locations/journal.qsrc

+ 4 - 4
locations/journal.qsrc

@@ -96,9 +96,9 @@ if $ARGS[0] = 'records':
 	
 	$tab_text += '<center><h2>Relationships</h2></center>'
 
-	if grupTipe < 5 and grupvalue[grupTipe] > 70:
+	if grupTipe < 5 and grupvalue[grupTipe] > 700:
 		$journal_school_standing = ' You are well respected and liked within your clique.'
-	elseif grupTipe < 5 and grupvalue[grupTipe] > 30:
+	elseif grupTipe < 5 and grupvalue[grupTipe] > 300:
 		$journal_school_standing = ' You are in good standing with your clique.'
 	elseif grupTipe < 5:
 		$journal_school_standing = '<font color="red"> You are on the outs with your clique. You''re in danger of being cast out.</font>'
@@ -328,9 +328,9 @@ if $ARGS[0] = 'school':
 	else
 		'You are an outcast in school. No one likes you, not even your fellow outcasts. It is pretty much every man for themselves. You sometimes cluster near each other, which is more for defense than out of respect. That way if some of the jocks or gopniks come around, they will likely grab one of you to pick on and the rest can slip away. You live a lonely life since school is often hell and you have nobody you can really call friends. You spend most of your time alone at the mercy of bullies.'
 	end
-	if grupTipe < 5 and grupvalue[grupTipe] > 70:
+	if grupTipe < 5 and grupvalue[grupTipe] > 700:
 		'You are well respected and liked within your clique.'
-	elseif grupTipe < 5 and grupvalue[grupTipe] > 30:
+	elseif grupTipe < 5 and grupvalue[grupTipe] > 300:
 		'You are in good standing with your clique.'
 	elseif grupTipe < 5:
 		'<font color="red">You are on the outs with your clique. You''re in danger of being outcast.</font>'