Browse Source

[fixes] Made the messages and logic for the sewing club clearer and not showing up when they shouldn't.
Also changed it so you get the free piece of fabric when you need it first.

KevinSmarts 5 years ago
parent
commit
6575432f59
1 changed files with 17 additions and 15 deletions
  1. 17 15
      locations/krupo.qsrc

+ 17 - 15
locations/krupo.qsrc

@@ -26,31 +26,33 @@ end
 
 if pcs_sewng >= 40:
 	if tkanfirst = 0:
-		'The teacher tells you that you will need to bring in fabric for further studies, you can buy some in the hardware department at the supermarket.'
+		minut += 60
+		sewng_exp += rand(pcs_intel/20, pcs_intel/10)
+		'She has some spare fabric for you as it''s the first time you need some, but she tells you to bring some next time.'
+		msg 'The teacher tells you that you will need to bring in fabric for further studies, you can buy some in the hardware department at the supermarket.'
 		tkanfirst = 1
 	elseif tkan <= 0:
-		'The teacher reminds you, that in order to further improve your skills, you need to buy some fabric to work with.'
-		if tkanfirst = 1:
-			tkanfirst = 2
-			tkan = 1
-			'She has some spare fabric and gives it to you as it''s the first time you have forgotten, but she reminds you to bring some next time.'
-		end
+		msg 'The teacher reminds you, that in order to further improve your skills, you need to buy some fabric to work with.'
+		'You can''t do your lesson without fabric so there is nothing you can do here now.'
 	else
 		minut += 60
 		tkan -= 1
 		sewng_exp += rand(pcs_intel/20, pcs_intel/10)
 		'For an hour you learn more advanced techniques and practice cutting and sewing the fabric you purchased.'
-	end
-end
 
-if pcs_sewng >= 60 and poTalk = 0:
-	poTalk=1
-	'With a satisfied smile your teacher tells you, "Well done, now you can alter clothes to fit your size perfectly! However, this does not mean that any further studies would be useless. With further lessons I feel that I can teach you how to embroider splendid tapestries, which would be highly sought after, although very laborious to make."'
-end
+		if pcs_sewng >= 60 and poTalk = 0:
+			poTalk = 1
+			*nl
+			'With a satisfied smile your teacher tells you, "Well done, now you can alter clothes to fit your size perfectly! However, this does not mean that any further studies would be useless. With further lessons I feel that I can teach you how to embroider splendid tapestries, which would be highly sought after, although very laborious to make."'
+		end
 
-if pcs_sewng >= 80 and poTalk = 1:
-	'The teacher nods quietly and says, "You have mastered simple tapestries. It''s not without flaws, but good enough to be able to sell them and as your skills continue to grow, the quality will improve as well."'
+		if pcs_sewng >= 80 and poTalk = 1:
+			*nl
+			'The teacher nods quietly and says, "You have mastered simple tapestries. It''s not without flaws, but good enough to be able to sell them and as your skills continue to grow, the quality will improve as well."'
+		end
+	end
 end
+
 *nl
 'Your sewing skill is now <<pcs_sewng>>.'
 *nl