Browse Source

[fixed] case sensitivity was probably the issue

Anya 1 year ago
parent
commit
2ba47c860f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/albina_chat.qsrc

+ 3 - 3
locations/albina_chat.qsrc

@@ -447,9 +447,9 @@ if $ARGS[0] = 'sex_talk2':
 		AlbinaQW['chat_rand'] = rand(1,3)
 		if AlbinaQW['chat_rand'] = 1:
 			'"So what''s your favourite position?" she asks.'
-			act 'Missionary': gt 'albina_chat', 'Missionary'
-			act 'Doggystyle': gt 'albina_chat', 'Doggystyle'
-			act 'Cowgirl': gt 'albina_chat', 'Cowgirl'
+			act 'Missionary': gt 'albina_chat', 'missionary'
+			act 'Doggystyle': gt 'albina_chat', 'doggystyle'
+			act 'Cowgirl': gt 'albina_chat', 'cowgirl'
 		else
 			gs'albina_chat','sex_talk'
 		end