소스 검색

[updated] for changes to 0.72 pavSharedApt.

3xpurt 6 년 전
부모
커밋
d3d03b896d
6개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 0
      .gitignore
  2. BIN
      basement.qsp
  3. BIN
      basement.txt
  4. 1 1
      locations/basement
  5. 1 1
      locations/fisting2
  6. 1 1
      locations/mod_basement

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+basement.txt
+basement.qsp

BIN
basement.qsp


BIN
basement.txt


+ 1 - 1
locations/basement

@@ -20,7 +20,7 @@ $loc = $curloc
 		'On the door, written with a marker pen - Between 20:00 to 23:00<br>'
 		act 'Back away': gt 'basement', 'start'
 	end
-	act 'Back to the entrance.': gt 'pavSharedApt', 'hallway'
+	act 'Back to the entrance.': gt 'pavComplexOld', 'etaj_1'
 	killvar 'trubsextimes'
 end
 

+ 1 - 1
locations/fisting2

@@ -33,7 +33,7 @@ if $ARGS[0] = 'sex_init':
 		gs 'arousal', 'foreplay', 5, 'sub', 'maso', 'rough', 'bound'
 		gs 'arousal', 'end'
 		gs 'pain', 3 , 'asscheeks', 'spank'
-		act 'The party continues art_bed': trubsextimes += 1 & gt 'fisting2', 'art_bed'
+		act 'The party continues': trubsextimes += 1 & gt 'fisting2', 'art_bed'
 	elseif trubsextimes > 0:
 		*clr & cla
 		'<center><video autoplay loop src="mod/basement/fist/org.mp4"></video></center>'

+ 1 - 1
locations/mod_basement

@@ -1,7 +1,7 @@
 # mod_basement
 ! check mode
 ! check location
-if $curloc = 'pavSharedApt' and $ARGS[0] = 'hallway':
+if $curloc = 'pavComplexOld' and $ARGS[0] = 'etaj_1':
 act 'Go to the basement': gt 'basement', 'start'
 end