浏览代码

Renamed trashplace->city_trashplace, musorkaexh->city_trashplaceevents

Netuttki 4 年之前
父节点
当前提交
3dd84aac43
共有 3 个文件被更改,包括 15 次插入15 次删除
  1. 7 7
      locations/city_trashplace.qsrc
  2. 7 7
      locations/city_trashplaceevents.qsrc
  3. 1 1
      locations/kuhr.qsrc

+ 7 - 7
locations/trashplace.qsrc → locations/city_trashplace.qsrc

@@ -1,4 +1,4 @@
-# trashplace
+# city_trashplace
 $location_type = 'public_outdoors'
 
 $bomzstartqwestdi = {
@@ -230,7 +230,7 @@ if bumtolik = 2 and rand(0, 1) = 1:
 	'You see the homeless person who you gave money to last time. He smiles, waving at you to stay and he comes up to you to say something.'
 	'"Girl, please excuse me, do not be afraid, hear me out."'
 
-	act 'Listen to him':gt'musorkaexh','pos8'
+	act 'Listen to him':gt'city_trashplaceevents','pos8'
 end
 
 if bumtolik = 3 and hour >= 6 and hour <= 20 and rand(0, 1) = 1:
@@ -244,7 +244,7 @@ if bumtolik = 3 and hour >= 6 and hour <= 20 and rand(0, 1) = 1:
 	*nl
 	'You find it uncomfortable and refuse to photograph the girl.'
 		
-	act 'Ask what she''s upto':gt'musorkaexh','pos9'
+	act 'Ask what she''s upto':gt'city_trashplaceevents','pos9'
 end
 
 if musor > 3:
@@ -259,19 +259,19 @@ if musor > 3:
 		if bomjqw > 0:
 			'"Hey, babe, come over here, show an old man some service!" you hear in an impudent rattle.'
 			'This is an old homeless man, you saw him last time.'
-			act 'See the homeless man':gt'musorkaexh','pos10'
+			act 'See the homeless man':gt'city_trashplaceevents','pos10'
 		end
 			
 		if bumtolik = 0:
 			'"Hey, there!" You hear from the bins.'
 			'You are scared and surprised.'
 
-			act 'See who spoke':gt'musorkaexh','pos2'
+			act 'See who spoke':gt'city_trashplaceevents','pos2'
 		elseif bumtolik = 1:
 			'"Hey, babe, come here, do an old man a favor!"'
 			'Wheezes the old bum you saw last time.'
 
-			act 'Listen to the homeless man':gt'musorkaexh','pos3'
+			act 'Listen to the homeless man':gt'city_trashplaceevents','pos3'
 		end
 
 		act 'Move away from the tank':gt $loc, $metka
@@ -414,5 +414,5 @@ end
 
 act 'Leave': minut += 1 & gt $loc, $metka
 
---- trashplace ---------------------------------
+--- city_trashplace ---------------------------------
 

+ 7 - 7
locations/musorkaexh.qsrc → locations/city_trashplaceevents.qsrc

@@ -1,4 +1,4 @@
-# musorkaexh
+# city_trashplaceevents
 
 if $ARGS[0] = 'pos2':
 	*clr & cla
@@ -24,7 +24,7 @@ if $ARGS[0] = 'pos3':
 	'You are standing in front of a hungover homeless man.'
 	'"Is that you, young lady? Do not fear the old man!" The bum says with a predatory smile.'
 
-	act 'Ask what he needs':gt'musorkaexh','pos4'
+	act 'Ask what he needs':gt'city_trashplaceevents','pos4'
 	act 'Leave':gt'city_residential'
 end
 
@@ -41,9 +41,9 @@ if $ARGS[0] = 'pos4':
 	'"In short, you want money."'
 	'"Yeah, yeah. Money."'
 
-	act 'Give him a trifle (20 <b>₽</b>)':gt'musorkaexh','pos5'
-	act 'Give him 100 <b>₽</b>':gt'musorkaexh','pos6'
-	act 'Leave':gt'trashplace'
+	act 'Give him a trifle (20 <b>₽</b>)':gt'city_trashplaceevents','pos5'
+	act 'Give him 100 <b>₽</b>':gt'city_trashplaceevents','pos6'
+	act 'Leave':gt'city_trashplace'
 end
 
 if $ARGS[0] = 'pos5':
@@ -59,7 +59,7 @@ if $ARGS[0] = 'pos5':
 	'"I am an old man, it might be the last time in my life?"'
 	'He looks at you with her tearful eyes.'
 
-	act 'Allow him to kiss your hand':gt'musorkaexh','pos7'
+	act 'Allow him to kiss your hand':gt'city_trashplaceevents','pos7'
 	act 'Of course not! Fuck the nasty old man!':gt'city_residential'
 end
 
@@ -271,5 +271,5 @@ if $ARGS[0] = 'pos10':
 	act 'Leave':gt'city_residential'
 end
 
---- musorkaexh ---------------------------------
+--- city_trashplaceevents ---------------------------------
 

+ 1 - 1
locations/kuhr.qsrc

@@ -104,7 +104,7 @@ if musor > 3:
 		if $clothingworntype = 'nude':
 			'I can not go to the trash cans naked!'
 		else
-			killvar 'fullmorrout' & minut += 3 & gt 'trashplace', 'start'
+			killvar 'fullmorrout' & minut += 3 & gt 'city_trashplace', 'start'
 		end
 	end
 end