瀏覽代碼

Changing less than to greater than because julzor is so picky about things not blowing up

KeyMasterOfGozer 4 年之前
父節點
當前提交
7b24f0d00e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      locations/telefon.qsrc

+ 1 - 1
locations/telefon.qsrc

@@ -235,7 +235,7 @@ if $ARGS[0] = 'IncomingCallChooser':
 	i=0
 	:telefonIncLoop2
 	if i < 3 and hour > 5 and hour < 20:
-		if pcs_lovers[i] = 1 and svidanie[i] = 0 and loverday[i] ! daystart and rand(1,100) < 95:
+		if pcs_lovers[i] = 1 and svidanie[i] = 0 and loverday[i] ! daystart and rand(1,100) > 95:
 			j = arrsize('$telefIncCall')
 			$telefIncCall[j] = "cls & gs 'telefon', 'lover', <<i>>"
 			$telefIncIcon[j] = 'images/characters/shared/<<lover_picture[i]>>.jpg'