Răsfoiți Sursa

[fixed] A typo in the documentation.

bgkjdgbizgblzdgbr 3 ani în urmă
părinte
comite
2a300003e5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      locations/fame.qsrc

+ 1 - 1
locations/fame.qsrc

@@ -439,7 +439,7 @@ if $ARGS[0] = 'calculate':
 	end	
 	
 
-	!! Fame in the city will take alittle while before it start being noticed in other places. But the it will start spreading much faster than in the city. (The formula is +1050-52500000/(50000+(fame_city/10)^3 if the palyer si Sveta, but will spread a little slower for non Sveta starts using the formula +fame_city^2/1000)
+	!! Fame in the city will take alittle while before it start being noticed in other places. But the it will start spreading much faster than in the city. (The formula is +1050-52500000/(50000+(fame_city/10)^3 if the palyer is Sveta, but will spread a little slower for non Sveta starts using the formula +fame_city^2/1000)
 	if StoryLine = 1:
 		if dyneval('RESULT = fame[''city_<<$ARGS[1]>>_core'']') >= 2000: 
 			dynamic 'fame[''city_<<$ARGS[1]>>_contribution_high''] = 1050'