Jelajahi Sumber

[fixed] typo

Kevin_Smarts 2 tahun lalu
induk
melakukan
5d607c0afe
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      locations/stol.qsrc

+ 2 - 2
locations/stol.qsrc

@@ -409,7 +409,7 @@ if $args[0] = 'studying':
 	else
 		'You study for half an hour, and you think you understand everything that is covered this week'
 	end
-	act 'Get up from you desk': gt 'stol', '<<$ARGS[3]>>'
+	act 'Get up from your desk': gt 'stol', '<<$ARGS[3]>>'
 end
 
 if $ARGS[0] = 'studying_exam':
@@ -492,7 +492,7 @@ if $ARGS[0] = 'studying_exam':
 	killvar 'study_mod'
 	killvar 'nod_study'
 
-	act 'Get up from you desk': gt 'stol', '<<$ARGS[3]>>'
+	act 'Get up from your desk': gt 'stol', '<<$ARGS[3]>>'
 end
 --- stol ---------------------------------