Browse Source

[fixed] experience gain from refusing to dance/go with men

Sveta only gained sprt_exp from refusing men if pcs_sprt <= 30; this is a relic of the old experience system, so I removed that restriction (also, most of the backgrounds now provide a higher starting Spirit than 30)
DeusExLibris 5 years ago
parent
commit
7f44ef8e0c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/gdkin.qsrc

+ 3 - 3
locations/gdkin.qsrc

@@ -425,7 +425,7 @@ if $ARGS[0] = 'dance_vrp':
 
 		if alko < 6 or pcs_horny <= 75 or pav_slut <= 25:
 			act 'Refuse':
-				if pcs_sprt <= 30: sprt_exp += rand(0, 1)
+				sprt_exp += rand(0, 1)
 				gt 'gdkin'
 			end
 		end
@@ -466,7 +466,7 @@ if $ARGS[0] = 'dance_vrp':
 
 					if alko < 6 or pcs_horny <= 75 or pav_slut <= 25:
 						act 'Refuse':
-							if pcs_sprt <= 30: sprt_exp += rand(0, 1)
+							sprt_exp += rand(0, 1)
 							gt 'gdkin'
 						end
 					end
@@ -646,7 +646,7 @@ if $ARGS[0] = 'classmates':
 	gs 'gschool_groups', 'gopniks'
 	act 'Move away':gt $loc, $metka
 
-	'<center>Most the cool kids are dancing, while the gopnics are standing in the corner of the room, keeping to themselves.</center>'
+	'<center>Most the cool kids are dancing, while the gopniks are standing in the corner of the room, keeping to themselves.</center>'
 	if hour >= 21 and hour < 23 and week=5: '<center>At the entrance of the disco hall stands <a href="exec:gt ''VolleyTrenerSpeak''">Coach Mikhail Nikolayevich</a></center>'
 	'</table><center>'
 end