Browse Source

Revert "[changed] Added the possibilty for Sveta to take driving lesson if owning a fake passport"

This reverts commit cc86534d872e5419fdb843c3465d98ba82f464f4.
jeep91 1 year ago
parent
commit
3a7f93851f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/dk.qsrc

+ 2 - 2
locations/dk.qsrc

@@ -136,7 +136,7 @@ if $ARGS[0] = 'drivingschool':
 	if skulday = daystart:
 		'You''ve taken your driving lesson for today.'
 	end
-	if avtoskul = 0 and money >= 30000 and prava = 0 and ( age >= 18 or fakepassport = 1):
+	if avtoskul = 0 and money >= 30000 and prava = 0 and age >= 18:
 
 		act 'Book a driving training course (30,000 <b>₽</b>)':
 			cla
@@ -150,7 +150,7 @@ if $ARGS[0] = 'drivingschool':
 		end
 	end
 	if hour >= 9 and hour <= 17 and week < 6:
-		if avtoskul >= 1 and avtoskul < 11 and skulday ! daystart and (age >= 18 or fakepassport = 1):
+		if avtoskul >= 1 and avtoskul < 11 and skulday ! daystart and age >= 18:
 
 			act 'Driving lesson':
 				*clr & cla