Ver Fonte

Merge remote-tracking branch 'KeyMasterOfGozer/master'

KevinSmarts há 4 anos atrás
pai
commit
46e9206300
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      locations/npc_relationship.qsrc

+ 4 - 4
locations/npc_relationship.qsrc

@@ -63,15 +63,15 @@ if $ARGS[0] = 'modify':
 	elseif $ARGS[2] = 'like':
 		npcRelSetVal = rand(1,2)
 	elseif $ARGS[2] = 'love':
-		npcRelSetVal = rand(2,4)
+		npcRelSetVal = rand(3,4)
 	elseif $ARGS[2] = 'adore':
-		npcRelSetVal = rand(4,12)
+		npcRelSetVal = rand(5,6)
 	elseif $ARGS[2] = 'dislike':
 		npcRelSetVal = 0-rand(1,2)
 	elseif $ARGS[2] = 'hate':
-		npcRelSetVal = 0-rand(2,4)
+		npcRelSetVal = 0-rand(3,4)
 	elseif $ARGS[2] = 'loathe':
-		npcRelSetVal = 0-rand(4,12)
+		npcRelSetVal = 0-rand(5,6)
 	!Handle default value
 	else
 		npcRelSetVal = 0