Browse Source

[fixed] Str values were too high so you had to be Jean-Claude van Damme to have any hope of beating a mugger up.

KevinSmarts 5 years ago
parent
commit
aaa397a5f7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/street_event.qsrc

+ 3 - 3
locations/street_event.qsrc

@@ -516,7 +516,7 @@ if $ARGS[1] = 'main':
 			opp_kick[0] = 0
 			opp_punch[0] = 50
 			opp_jab[0] = 50
-			opp_stren[0] = 100
+			opp_stren[0] = 70
 			opp_agil[0] = 40
 			opp_vital[0] = 50
 			opp_react[0] = 40
@@ -632,7 +632,7 @@ if $ARGS[1] = 'main':
 				opp_kick[0] = 0
 				opp_punch[0] = 50
 				opp_jab[0] = 50
-				opp_stren[0] = 100
+				opp_stren[0] = 70
 				opp_agil[0] = 40
 				opp_vital[0] = 50
 				opp_react[0] = 40
@@ -711,7 +711,7 @@ if $ARGS[1] = 'main':
 				opp_kick[0] = 0
 				opp_punch[0] = 50
 				opp_jab[0] = 50
-				opp_stren[0] = 100
+				opp_stren[0] = 70
 				opp_agil[0] = 40
 				opp_vital[0] = 50
 				opp_react[0] = 40