瀏覽代碼

[updated] for changes to 0.72 pavSharedApt.

3xpurt 6 年之前
父節點
當前提交
d3d03b896d
共有 6 個文件被更改,包括 5 次插入3 次删除
  1. 2 0
      .gitignore
  2. 二進制
      basement.qsp
  3. 二進制
      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

二進制
basement.qsp


二進制
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>'
 		'On the door, written with a marker pen - Between 20:00 to 23:00<br>'
 		act 'Back away': gt 'basement', 'start'
 		act 'Back away': gt 'basement', 'start'
 	end
 	end
-	act 'Back to the entrance.': gt 'pavSharedApt', 'hallway'
+	act 'Back to the entrance.': gt 'pavComplexOld', 'etaj_1'
 	killvar 'trubsextimes'
 	killvar 'trubsextimes'
 end
 end
 
 

+ 1 - 1
locations/fisting2

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

+ 1 - 1
locations/mod_basement

@@ -1,7 +1,7 @@
 # mod_basement
 # mod_basement
 ! check mode
 ! check mode
 ! check location
 ! 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'
 act 'Go to the basement': gt 'basement', 'start'
 end
 end