Browse Source

[fixed] typos

rachels 4 months ago
parent
commit
0a52e7714a

+ 1 - 1
locations/ballet_global_evt.qsrc

@@ -1,3 +1,3 @@
 # ballet_global_evt
 !! General world events 
---- ballet_global_evt---------------------------------
+--- ballet_global_evt ---------------------------------

+ 3 - 3
locations/city_experimental_trials_events.qsrc

@@ -569,18 +569,18 @@ end
 if $experimentQW['trial_active'] = 'fertility_shot':
 	if experimentQW['trial_duration'] = 3:
 		if min_arousal < 20: min_arousal = 20
-		if pcs_horney < 20: pss_horny = 20
+		if pcs_horny < 20: pcs_horny = 20
 		
 		*nl
 		'You feel a heat radiate from your womb, awakening your arousal. This must have been that experimental fertility shot.'
 	elseif experimentQW['trial_duration'] = 2:
 		if min_arousal < 40: min_arousal = 40
-		if pcs_horney < 40: pss_horny = 40
+		if pcs_horny < 40: pcs_horny = 40
 		*nl
 		'You feel a heat radiate from your womb, awakening your arousal. This must have been that experimental fertility shot.'
 	else
 		if min_arousal < 50: min_arousal = 50
-		if pcs_horney < 50: pss_horny = 50
+		if pcs_horny < 50: pcs_horny = 50
 		pcs_traits['hyper_fertile'] = 1
 		*nl
 		'You feel a heat radiate from your womb, awakening your arousal. This must have been that experimental fertility shot.'

+ 1 - 1
locations/npc_3501_init.qsrc

@@ -222,4 +222,4 @@ end
 
 !! Rudolph Path - init if received discipline points or failed course
 
---- npc_3501_init---------------------------------
+--- npc_3501_init ---------------------------------

+ 1 - 1
locations/npc_3510_init.qsrc

@@ -7,4 +7,4 @@
 !! The corruption of Sveta is slow and insidious making her question everything about dance, her life and who she is if she falls under his influence. Maya can only help up to a point before potentially falling victim to Rudolph herself.
 !! В тихом омуте черти водятся. be wary the calm pools are inhabited by devils.
 
---- npc_3510_init---------------------------------
+--- npc_3510_init ---------------------------------

+ 1 - 1
locations/phone_selfies_popup.qsrc

@@ -31,7 +31,7 @@ end
 
 
 if $ARGS[0] = 'set_selfie2':
-	$result = '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$ARGS[1]>>'', ARGS[2]"><img src="<<func(''phone_selfies_popup'', ''get_imloc2'', $ARGS[1]>>'', <<ARGS[2]>>.jpg" height="150" /></a>'
+	$result = '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$ARGS[1]>>'', ARGS[2]"><img src="<<func(''phone_selfies_popup'', ''get_imloc2'', $ARGS[1])>>'', <<ARGS[2]>>.jpg" height="150" /></a>'
 end
 
 if $ARGS[0] = 'show2':

+ 2 - 2
locations/pushkin_ballet_class.qsrc

@@ -102,7 +102,7 @@ if $ARGS[0] = 'pilates':
         cla
         act 'Start Pilates':
             *clr & cla
-            time += 50
+            minut += 50
             !! set Pain
             !! increase stats gain for endurance/strength.
             gs 'exercise', 'tier1', 30, 'agil_exp', 'stren_exp'
@@ -138,7 +138,7 @@ if $ARGS[0] = 'pilates':
         gs 'core_library', 'stage_title'
         'You all file into the class for your pilates lesson. It''s a different teacher today. Still, before you can settle in, she''s already guiding you on how to use the various bits of equipment. After an hour, your muscles ache from the exercises.'
         '"Remember, students, stretching, warm-ups and a disciplined fitness regime are needed to be a dancer. You''re an elite athlete. Remember this at all times." You notice Gasha blush in the back and wonder what caused that reaction. You grab a quick drink of water at the end of the class before heading to your next class.'
-        pcs_hyda += 30
+        pcs_hydra += 30
 
         act 'Next class': gt 'pushkin_ballet_class', 'first_lesson'
     end

+ 1 - 1
locations/uni_admin.qsrc

@@ -260,7 +260,7 @@ if $ARGS[0] = 'enrollment_semester':
 					gs 'grades', 'createclass', 'uni_nursing_semester_3', 'anatomy and physiology 201', 3, 2, 'no', 'no', 1, 12
 					gs 'grades', 'createclass', 'uni_nursing_semester_3', 'dosages and pharmaceuticals 101', 3, 2, 'no', 'no', 1, 12
 					gs 'grades', 'grade_award', 'uni_nursing_semester_3', 'patient care 201', ((class['uni_nursing_semester_1_patient_care 101_grade'] + class['uni_nursing_semester_2_patient_care 102_grade'])/6+10)
-					gs 'grades', 'grade_award', 'uni_nursing_semester_3', 'anatomy and physiology 201', ((class['uni_nursing_semester_1_anatomy_and_physiology 101_grade'] + class ['uni_nursing_semester_2_anatomy_and_physiology 102_grade'])/6+10)
+					gs 'grades', 'grade_award', 'uni_nursing_semester_3', 'anatomy and physiology 201', ((class['uni_nursing_semester_1_anatomy_and_physiology 101_grade'] + class['uni_nursing_semester_2_anatomy_and_physiology 102_grade'])/6+10)
 					gs 'grades', 'grade_award', 'uni_nursing_semester_3', 'dosages and pharmaceuticals 101', 35
 				elseif university['enrolled_in_semester'] = 4:
 					!!This creates the classes for the fourth semester of the nursing program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass)