Browse Source

[fixed] studying lowers the amount of homework you have. You will now have to leave artem's apartment if it's after 22 or before 6

CroWke 4 years ago
parent
commit
956a92bd53
3 changed files with 478 additions and 436 deletions
  1. 5 1
      locations/JuliaMilHome.qsrc
  2. 5 1
      locations/artemEv.qsrc
  3. 468 434
      locations/artemhome.qsrc

+ 5 - 1
locations/JuliaMilHome.qsrc

@@ -20,7 +20,11 @@ if lernHome ! 0:
 		menu_off = 1
 		minut += 60
 		!npc_rel['A14'] += 10
-		lernHome = 0
+		if lernHome > 1:
+			lernHome -= 2
+		else
+			lernHome = 0
+		end
 		lern += rand(3, 6)
 		intel_exp += rand(1, 2) + (mentats_dose - rand(0,mentats_dose))
 		gs 'stat'

+ 5 - 1
locations/artemEv.qsrc

@@ -93,7 +93,11 @@ if $ARGS[0] = 'learn':
 	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big2.jpg"></center>'
 	'You spend an hour doing your homework together with Artem. He''s a very smart guy, and explains several things to you. At the end of the hour, you feel like you had a very productive homework session, and that you learned a lot from Artem''s tutoring.'
 	minut += 60
-	lernHome = 0
+	if lernHome > 1:
+		lernHome -= 2
+	else
+		lernHome = 0
+	end
 	lern += rand(3, 6)
 !!counts as doing 2 hours of homework alone
 	intel_exp += rand(1, 2)

File diff suppressed because it is too large
+ 468 - 434
locations/artemhome.qsrc


Some files were not shown because too many files changed in this diff