浏览代码

[fixed] A typo in the documentation.

bgkjdgbizgblzdgbr 3 年之前
父节点
当前提交
2a300003e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'