1
0
فهرست منبع

brothel.qsrc minor fix

Nekoforce 2 سال پیش
والد
کامیت
fe208f14e6
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      locations/brothel.qsrc

+ 4 - 4
locations/brothel.qsrc

@@ -450,7 +450,7 @@ if $ARGS[0] = 'reception':
 	act 'First section':gt 'brothel','section1_lobby'
     if section_warn = 0:
     	act 'Second section':gt 'brothel','section2_warning'
-    else:
+    else
 		act 'Second section':gt 'brothel','section2_lobby'
     end
     if brothelCredit < -4 and pcs_health > 200:
@@ -770,7 +770,7 @@ if $ARGS[0] = 'section1_pick':
       	'<font color=#'+$mas_font+'>Don''t you think, you should be much more open to your clients needs, especially in your line if work, whore?</font> At this, the clients brings a massive dildo over. <font color=#'+$mas_font+'>Let me help you with that, slut.</font>'
 		$actType = 'stretching'
 	end
-	stage = 1
+
 	act 'Begin the session': gt 'brothel', $subloc
 end
 
@@ -1021,9 +1021,9 @@ if $ARGS[0] = 'section1_play':
       		'<font color=#'+$mas_font+'>Now that''s what a proper fucktoy looks like! Now let''s see what I will do with you.</font>'
 			fin = rand (1, 2)
       		if fin = 1:
-      			!!$finType = 'behind_vaginal'
+      			$finType = 'behind_vaginal'
       		elseif fin = 2:
-      			!!$finType = 'behind_anal'
+      			$finType = 'behind_anal'
 			end
 			gt 'brothel', 'section1_finish'
 		end