Преглед изворни кода

Revert "[text edit] small text edit because you can't really go outside if you are already outside"

This reverts commit 68812df2a2aa703e0cd4fd4f35f4fe8d19c345de.
julzor пре 6 година
родитељ
комит
c595aecaa5
2 измењених фајлова са 3 додато и 15 уклоњено
  1. 2 14
      locations/Gadbana.qsrc
  2. 1 1
      locations/Gadsarai.qsrc

+ 2 - 14
locations/Gadbana.qsrc

@@ -17,7 +17,6 @@ gs 'stat'
 if mira = 0:
 	if $clothingworntype = 'nude':
 		act 'Get dressed':
-			minut += 2
 			gs 'clothing', 'wear_last_worn'
 			gs 'underwear', 'wear'
 			gt 'Gadbana'
@@ -64,13 +63,11 @@ if mira = 0:
 					'You strip, sit down and relax. After a proper banya session, you pick up a bucket filled with cold water and pour it over yourself and head over to the shower. You feel like a completely new person.'
 
 					act 'Get dressed':
-						minut += 2
 						gs 'clothing', 'wear_last_worn'
 						gs 'underwear', 'wear'
 						gt 'Gadbana'
 					end
-					
-					act 'Go outside nude': minut += 1 & gt 'Gaddvor'
+					act 'Go outside': minut += 1 & gt 'Gaddvor'
 				end
 			end
 		else
@@ -279,16 +276,7 @@ else
 				gs 'arousal', 'voyeur', 120
 				gs 'arousal', 'end'
 				gs 'stat'
-				
-				act 'Get dressed':
-					mira = 0
-					minut += 2
-					gs 'clothing', 'wear_last_worn'
-					gs 'underwear', 'wear'
-					gt 'Gadbana'
-				end
-				
-				act 'Go outside nude': mira = 0 & minut += 1 & gt 'Gaddvor'
+				act 'Finish': mira = 0 & gt 'gaddvor'
 			end
 		end
 	end

+ 1 - 1
locations/Gadsarai.qsrc

@@ -316,7 +316,7 @@ if $ARGS[0] = '':
 		clr
 		gs 'stat'
 
-		act 'Leave':minut += 1 & gt 'Gaddvor'
+		act 'Go outside':minut += 1 & gt 'Gaddvor'
 
 		act 'Poke around in the barn':
 			if grigoryEV > 0 and grigory_barn ! daystart and hour > 8 and hour < 12: gt 'grigory', 'barn'