瀏覽代碼

[Fixed] After fighting Kisume you´d leave in your swimsuit

KevinSmarts 4 年之前
父節點
當前提交
d4142384ee
共有 1 個文件被更改,包括 16 次插入4 次删除
  1. 16 4
      locations/ender.qsrc

+ 16 - 4
locations/ender.qsrc

@@ -110,7 +110,11 @@ if $ARGS[0] = 'loss':
 		gs 'arousal', 'end'
 		gs 'stat'
 
-		act 'Crawl out of the pool':gt'street'
+		act 'Dress and escape from the gym':
+			gs 'underwear', 'wear'
+			gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
+			gt'street'
+		end
 		exit
 	elseif fightEnding = 8:
 		if autocombat_surrender = 0 or pcs_health < 100: pcs_health = 100
@@ -320,9 +324,13 @@ if $ARGS[0] = 'win':
 		if rikudo > 10:rikudo = rikudo + 3000
 		money = money + 5000
 
-		'You killed Kisame and while disposing his body you found 5000 rubles.'
+		'You killed Kisame and while disposing his body you found 5000 rubles. It''s probably best not to hang around.'
 
-		act 'Further':gt'street'
+		act 'Dress and leave':
+			gs 'underwear', 'wear'
+			gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
+			gt'street'
+		end
 		exit
 	elseif fightEnding = 8 or fightEnding = 9:
 		if succubusQW >= 4 and scpopt < 2:
@@ -542,7 +550,11 @@ if $ARGS[0] = 'surrender':
 		gs 'arousal', 'end'
 		gs 'stat'
 
-		act 'Crawl out of the pool':gt'street'
+		act 'Dress and flee the gym':
+			gs 'underwear', 'wear'
+			gs 'clothing', 'wear', $normalclothingworntype, normalclothingwornno
+			gt'street'
+		end
 		exit
 	elseif fightEnding = 8:
 		if pcs_health < 100: pcs_health = 100