Browse Source

[fixed] shooting exp gain not using the proper variable from various events

pfffbft 5 years ago
parent
commit
b144da4db2

+ 6 - 1
locations/hunter_interactions.qsrc

@@ -479,7 +479,12 @@ if $ARGS[0] = 'meet_hunters_after_rescue':
 end
 
 if $ARGS[0] = 'shooting_bet':
-
+    if $clothingworntype ! 'nude':
+        '<center><video autoplay loop src="images/locations/gadukino/hunters/shooting.mp4"></video></center>'
+    else
+        '<center><video autoplay loop src="images/locations/gadukino/hunters/shooting_nude.mp4"></video></center>'
+    end    
+    
 end    
 
 

+ 1 - 1
locations/park.qsrc

@@ -402,7 +402,7 @@ if $ARGS[0] = 'luna':
 						'You couldn''t even hit the target once.'
 					end
 
-					shoot_exp += 1
+					shoot_lvl += 1
 
 					act 'Move away':gt 'park', 'luna'
 				end

+ 1 - 1
locations/swamp_woods.qsrc

@@ -180,7 +180,7 @@ if $ARGS[0] = 'shooting_practice':
 	if $ARGS[1] = 'practice':
 		cla & *clr
 		minut += 60
-		shoot_exp += 2
+		shoot_lvl += 2
 
 		gs 'stat'
 

+ 4 - 4
locations/trFatherMisha.qsrc

@@ -243,7 +243,7 @@ if $ARGS[0] = '':
 			act 'Try a fair game':
 				cls
 				minut += 15
-				shoot_exp += 1
+				shoot_lvl += 1
 				gs'stat'
 				'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_29.jpg"></center>'
 				'You suggest that you want to try one of the games they have at the fair. Your father is more than happy to comply with your wishes.'
@@ -319,7 +319,7 @@ if $ARGS[0] = '':
 				act 'Learn to shoot':
 					cls
 					minut += 10
-					shoot_exp += 1
+					shoot_lvl += 1
 					gs'stat'
 					'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_33.jpg"></center>'
 					'After he''s shows how it''s supposed to be done he tells you to try it out once again. Your accuracy improves a little bit.'
@@ -342,7 +342,7 @@ if $ARGS[0] = '':
 						cls
 						minut += 10
 						pcs_mood += 50
-						shoot_exp += 3
+						shoot_lvl += 3
 						gs'stat'
 						'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_35.jpg"></center>'
 						'You are focused and enthusiastically listen to what Mikhail has to say.'
@@ -354,7 +354,7 @@ if $ARGS[0] = '':
 				act 'Refuse help':
 					cls
 					minut += 10
-					shoot_exp += 1
+					shoot_lvl += 1
 					gs'stat'
 					'<center><img <<$set_imgh>> src="images/characters/city/mikhail/terminal/trfatherqw_36.jpg"></center>'
 					'You refuse listening to your fathers advice. You loudly sigh as he continues explaining...'