Explorar el Código

Merge remote-tracking branch 'origin/master'

Kevin_Smarts hace 1 año
padre
commit
1faec533fd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      locations/traits.qsrc

+ 2 - 2
locations/traits.qsrc

@@ -217,8 +217,8 @@ if $ARGS[0] = 'overnight':
 			traits['nerd_points'] -= iif(traits['nerd_status'] > 0, 5, 10)
 		end
 		traits['nerd_lessons'] = 0
-	elseif university['semester_week'] > 0 and week = 5:
-		!!This is for being a university student, with only 9 weekly classes and no homework the gain is a little more agressive form classes.
+	elseif university['semester_week'] > 0 and university['student'] = 1 and week = 5:
+		!!This is for being a university student, with only 9 weekly classes and no homework the gain is a little more aggressive from classes.
 		if traits['nerd_lessons'] > 7:
 			traits['nerd_points'] += (traits['nerd_lessons']-7)*5
 		elseif traits['nerd_lessons'] < 4: