Browse Source

[changed] Can now practise spells in library without having to also search for new ones from NOX (not MOX like I called them in a previous comment)

Kevin_Smarts 2 years ago
parent
commit
64a77e8407
1 changed files with 3 additions and 0 deletions
  1. 3 0
      locations/city_library.qsrc

+ 3 - 0
locations/city_library.qsrc

@@ -94,10 +94,13 @@ if hour >= 8 and hour <= 18:
 				'There don''t seem to be any more spells to learn here, but perhaps I can still improve my skills in the ones that I''ve already found.'
 			end
 
+			!!Adding to the Actions opportunity to practice spells MC found
 			gs 'spellList', 'teacherActions', '$librarySpells', 'city_library', ''
 
 			act 'Put the book down':gt $curloc
 		end
+		!!Adding to the Actions opportunity to practice spells MC found
+		gs 'spellList', 'teacherActions', '$librarySpells', 'city_library', ''
 	end
 
 else