Quellcode durchsuchen

Sorted the Vasily as Bob in alterStart and some alcohol restrictions

KevinSmarts vor 8 Jahren
Ursprung
Commit
04784cd4c4
3 geänderte Dateien mit 7 neuen und 12 gelöschten Zeilen
  1. 2 2
      locations/alterStart
  2. 4 9
      locations/gopskver
  3. 1 1
      locations/placer_act

+ 2 - 2
locations/alterStart

@@ -174,9 +174,9 @@ npcPol[10] = 0
 grupTipe[10] = 4
 $npcGo[10] = '<a href="exec:numnpc = 10 & gt ''Snpc''"><<$npcName[10]>> <<$npcSurName[10]>></a>'
 
-$npcName[11] = 'Bob'
+$npcName[11] = 'Vasily'
 $npcSurName[11] = 'Shulgin'
-$npcText[11] = 'Bob is always with Dan and Vic, mostly watching their six, but Vitek makes continously fun of him.'
+$npcText[11] = 'Vasily is always with Dan and Vitek, mostly watching their six, but Vitek makes continuous fun of him.'
 grupNPC[11] = 50
 npcPol[11] = 0
 grupTipe[11] = 4

+ 4 - 9
locations/gopskver

@@ -301,17 +301,12 @@ else
 				if GorSlut = 0:
 					act 'Drink beer with the guys':
 						cls
-						minut += 15
-						alko += 1
-						cumspclnt = 2
-						gs 'cum_cleanup'
-						fbreath = 0
-						dom += 1
+						minut += 5
 						gs 'stat'
-						'<center><img src="images/zsoft/pod_ezd/shulgahome/bigroom/drunk_ev/beer3.jpg"></center>'
-						'The guys cheer and pour out a beer for you. Vasily gives you the cup while the others propose a toast, already having beers in their hands. You happily join them in their toast, and spend the next 15 minutes chatting with them and having sips of your cold beer.'
+						'<center><img src="images/qwest/alter/npc/11.jpg"></center>'
+						'Vasily puts his hand on your shoulder and tells you that his friends aren't the kind of guys a nice girl should be getting drunk with and sends you on your way.'
 
-						act 'Continue':gt $curloc
+						act 'Continue':gt 'gskver'
 					end
 				elseif GorSlut = 1:
 					'At one point, Vasily sits down next to you and says: "Hey <<$name>>... I''ve heard from someone that you''re a huge tease, is that true?"'

+ 1 - 1
locations/placer_act

@@ -524,7 +524,7 @@ if plact = 1:
 
 						act 'Go with the guys':
 							cls
-							alko += 20
+							if alko > 10: alko = 10
 							cumspclnt = 2
 							gs 'cum_cleanup'
 							fbreath = 0