Ver código fonte

[fixed] too much white space in din_van

julzor 4 anos atrás
pai
commit
bf39cfd0d0
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      locations/din_van.qsrc

+ 3 - 3
locations/din_van.qsrc

@@ -545,7 +545,7 @@ $removepan = {
 !! purse_____ variables get wiped in 'wardrobe', 'clothing', 'panties' and 'bra' so there isn''t a chance of duplication
 $publicpan = {
 	if $pantyworntype ! 'none' and $braworntype ! 'none':
-		act 'Remove underwear' + iif(bag = 1, ' and put it in your purse','') + ' (0:02)':
+		act 'Remove underwear'+iif(bag = 1, ' and put it in your purse ',' ') + '(0:02)':
 			minut += 2
 			gs 'stat'
 			if bag = 1:
@@ -570,7 +570,7 @@ $publicpan = {
 	end
 
 	if $pantyworntype ! 'none':
-		act 'Remove panties ' + iif(bag = 1, ' and put them in your purse','') + '(0:02)':
+		act 'Remove panties'+iif(bag = 1, ' and put them in your purse ',' ') + '(0:02)':
 			minut += 2
 			gs 'stat'
 			if bag = 1:
@@ -591,7 +591,7 @@ $publicpan = {
 	end
 
 	if $braworntype ! 'none':
-		act 'Remove bra ' + iif(bag = 1, ' and put it in your purse','') + '(0:02)':
+		act 'Remove bra'+iif(bag = 1, ' and put it in your purse ',' ') + '(0:02)':
 			minut += 2
 			gs 'stat'
 			if bag = 1: