morgolon преди 10 години
родител
ревизия
0d2beda8cd
променени са 3 файла, в които са добавени 9 реда и са изтрити 7 реда
  1. BIN
      glife.txt
  2. 5 3
      locations/pornstudio
  3. 4 4
      locations/stat

BIN
glife.txt


+ 5 - 3
locations/pornstudio

@@ -97,7 +97,9 @@ if $ARGS[0] = 'pomman':
 	'There is a young guy tapping on the computer keys in a small office.'
 	'<font color="#0D42C0"> "How can I help you?".</font> '
 
-	if pfilmSTOP = 0:act <font color="magenta">'What rating views from my video?'</font>:gt 'pornstudio', 'myvid'
+	if pfilmSTOP = 0: 
+        act 'What''s the rating on my videos?': gt 'pornstudio', 'myvid'
+    end
 
 	act 'Leave':gt 'pornstudio', 'start'
 end
@@ -140,7 +142,7 @@ if $ARGS[0] = 'myvid3':
 	set minut += 5
 	set money -= films_stop_payment
 	set pfilmSTOP = 1
-	$pfilmstory_new = 'In the porn industry you know the name' + $pfname + '. You starred in porn' + film + ' times. Shooting ceased all video seized.'
+	$pfilmstory_new = 'In the porn industry you''re knows as <<$pfname>>. You starred in <<film>> porn films. Shooting ceased all video seized.'
 	set film = 0
 	'So, your video removed. Have a nice day.'
 
@@ -166,7 +168,7 @@ if $ARGS[0] = 'man':
 	end
 
 	if pfilmSTOP = 1:
-		'You yourself decided to end all business with us.'
+		'I''m sorry I thought you were retired...'
 
 		act 'Leave':gt 'pornstudio', 'start'
 

+ 4 - 4
locations/stat

@@ -1022,15 +1022,15 @@ end
 
 if hour < 10 :
 	if minut > 9 :
-		pl '<b><<hour>>:<<minut>></b> <<$week>> <<day>> <<$month>> <<year>>'
+		pl '<b>0<<hour>>:<<minut>></b> <<$week>> <<day>> <<$month>> <<year>>'
 	else
-		pl '<b><<hour>>:0<<minut>></b> <<$week>> <<day>> <<$month>> <<year>>'
+		pl '<b>0<<hour>>:0<<minut>></b> <<$week>> <<day>> <<$month>> <<year>>'
 	end
 else
 	if minut > 9 :
-		pl '<b>0<<hour>>:<<minut>></b> <<$week>> <<day>> <<$month>> <<year>>'
+		pl '<b><<hour>>:<<minut>></b> <<$week>> <<day>> <<$month>> <<year>>'
 	else
-		pl '<b>0<<hour>>:0<<minut>></b> <<$week>> <<day>> <<$month>> <<year>>'
+		pl '<b><<hour>>:0<<minut>></b> <<$week>> <<day>> <<$month>> <<year>>'
 	end
 end