Browse Source

[fixed] To many parenthesis and a missing "

bgkjdgbizgblzdgbr 1 year ago
parent
commit
ef4b2bf08b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/city_coffee_hole.qsrc

+ 4 - 4
locations/city_coffee_hole.qsrc

@@ -26,12 +26,12 @@ if $args[0]= 'inner':
 	'<center><h4><font color="maroon">Cafe "Coffee Hole"</font></h4></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/island/coffee_hole/inside.jpg"></center>'
 	'The inside of the place looks like it was once some type of industrial building. It has tall ceilings, exposed pipes, ductwork, and lights. It has that hipster look to the place. Across from the door in the far corner is the counter. In the middle of the room are several tables and chairs for people to sit at. Along the wall opposite the counter is an area with several couches for people to sit and relax. The menu board shows a wide range of flavoured coffees, teas, espressos, and pastries, among other things.'
-	if (university['enrolled_in_semester'] = 1 and mid($start_type,1,2) = 'sg' and yearstart = 2) and (day = 2 or day = 4 or day = 7) and hour >= 18:
+	if university['enrolled_in_semester'] = 1 and mid($start_type,1,2) = 'sg' and yearstart = 2 and (day = 2 or day = 4 or day = 7) and hour >= 18:
 		'You see a familiar face working behind the counter, your classmate <a href="exec:gt ''city_coffee_hole'', ''anushka_work''">Anushka.</a>'
 	end
 	if week < 6 and hour >= 17:
 		temprand = rand(1,10)
-		if (university['enrolled_in_semester'] = 1 and mid($start_type,1,2) = 'sg' and yearstart = 2):
+		if university['enrolled_in_semester'] = 1 and mid($start_type,1,2) = 'sg' and yearstart = 2:
 			if temprand = 1:
 				'You see a familiar face sitting at one of the tables, your classmate <a href="exec:gt''city_coffee_hole','lazar''">Lazar.</a>'
 			elseif temprand = 2:
@@ -128,7 +128,7 @@ if $args[0]= 'counter':
 	menu_off = 0
 	minut += 5
 	gs 'stat'
-	if (university['enrolled_in_semester'] = 1 and mid($start_type,1,2) = 'sg' and (yearstart = 2) and (day = 2 or day = 4 or day = 7) and hour >= 18:
+	if university['enrolled_in_semester'] = 1 and mid($start_type,1,2) = 'sg' and yearstart = 2 and (day = 2 or day = 4 or day = 7) and hour >= 18:
 		gt 'city_coffee_hole','anushka_work'
 	else 
 		temprand = rand(1,2)
@@ -173,7 +173,7 @@ if $args[0]= 'anushka_work':
 					'You grin at her. "We should totally do a photo shoot here."'
 					'She gives you a slightly surprised look. "What? Now?"'
 					'You find that amusing. "Well, we could, but I thought after you closed up. So what do you say?"'
-					'She bites her lower lip for a moment. "Fuck, okay, why not? Just hang around till I close up.'
+					'She bites her lower lip for a moment. "Fuck, okay, why not? Just hang around till I close up."'
 					act 'Wait till she closes up.': gt 'city_coffee_hole', 'photo_shoot'
 				end
 			else