Browse Source

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

Kevin_Smarts 4 months ago
parent
commit
db1ea0c421
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/uni_dorm.qsrc

+ 3 - 3
locations/uni_dorm.qsrc

@@ -177,9 +177,9 @@ if $ARGS[0] = 'second_floor':
 						if pcs_prcptn > rand(30,70):
 							gs 'exp_gain', 'prcptn', rand(1,2)
 							'Listening a little more carefully, you are sure that somebody is having sex in the room.'
-							!! act 'Take a peek': gt 'sofia', 'spying'
+							act 'Take a peek': gt 'sofia', 'spying'
 						else
-							!! act 'Open the door': gt 'sofia', 'not_spying'
+							act 'Open the door': gt 'sofia', 'not_spying'
 						end
 					else
 						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big260.jpg"></center>'
@@ -187,7 +187,7 @@ if $ARGS[0] = 'second_floor':
 					end
 				elseif (locat['katja'] = 32 or locat['katja'] = 33) and katjaQW['kitchen_day'] ! daystart:
 					'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'
-					'You knock on the door, but no one answers. Noticing what thime it is Katja is probably in the shared Kitchen eating or preparing food.'
+					'You knock on the door, but no one answers. Noticing what time it is Katja is probably in the shared Kitchen eating or preparing food.'
 					act 'See if Katja is in the shared kitchen': gt 'katja_pantyquest', 'kitchen'
 				else
 					'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/dorm_hall.jpg"></center>'