Browse Source

[fixed] - removed unnecessary spaces that may have been causing an issue reported on tfgames.site by Lurk Morrison - 'body' module - spectre1viper

[fixed] - removed unnecessary spaces that may have been causing an issue reported on tfgames.site by Lurk Morrison - 'body' module - spectre1viper
spectre1viper 5 years ago
parent
commit
2834b52365
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/body.qsrc

+ 2 - 2
locations/body.qsrc

@@ -944,13 +944,13 @@ else
 end
 
 if pirsB > 0 and pirsB < 10000:
-	$pirsB = ' Your lip is pierced. '
+	$pirsB = 'Your lip is pierced.'
 	rand_lowerlip = rand(0)
 	if rand_lowerlip = 0:$pcdesc_lowerliprandom = 'pierced lower lip'
 	$pcdesc_lowerlipwordy = 'jewelry-studded lower lip'
 	$pcdesc_lowerlip = 'pierced lower lip'
 else
-	$pirsB = ' '
+	$pirsB = ''
 	rand_lowerlip = rand(0)
 	if rand_lowerlip = 0:$pcdesc_lowerliprandom = 'lower lip'
 	$pcdesc_lowerlipwordy = 'lower lip'