Browse Source

Simplified the regional fame reporting and removed extra and unneeded variables

KevinSmarts 6 years ago
parent
commit
bf2f4ba895
2 changed files with 13 additions and 20 deletions
  1. 0 7
      locations/fame
  2. 13 13
      locations/obj_din

+ 0 - 7
locations/fame

@@ -115,13 +115,6 @@ if $ARGS[0] ! 'deg':
 	if dyneval('RESULT = <<$fametown>>_int') < global_int/2: dynamic '<<$fametown>>_int += global_int/4'
 	if dyneval('RESULT = <<$fametown>>_social') < global_social/2: dynamic '<<$fametown>>_social += global_social/2'
 
-	if dyneval('RESULT = <<$fametown>>_performer') > 30: dynamic 'fame_performer += (<<$fametown>>_performer - 30)/3'
-	if dyneval('RESULT = <<$fametown>>_sexind') > 30: dynamic 'fame_sexind += (<<$fametown>>_sexind - 30)/3'
-	if dyneval('RESULT = <<$fametown>>_slut') > 30: dynamic 'fame_slut += (<<$fametown>>_slut - 30)/3'
-	if dyneval('RESULT = <<$fametown>>_sport') > 30: dynamic 'fame_sport += (<<$fametown>>_sport - 30)/3'
-	if dyneval('RESULT = <<$fametown>>_int') > 30: dynamic 'fame_int += (<<$fametown>>_int - 30)/3'
-	if dyneval('RESULT = <<$fametown>>_social') > 30: dynamic 'fame_social += (<<$fametown>>_social - 30)/3'
-
 	if $fametown = 'pav':
 		$fametown = 'city'
 		jump 'fametownloop2'

+ 13 - 13
locations/obj_din

@@ -729,34 +729,34 @@ if $ARGS[0] = 'reputation':
 	end
 	if Enable_glo_fame = 1:
 		pl '<a href="exec:Enable_glo_fame = 0 & gs ''obj_din'', ''reputation''">Hide details</a>'
-		pl 'Fame as a performer = <<fame_performer>>'
-		if fame_performer = 0:
+		pl 'Regional fame as a performer = <<global_performer>>'
+		if global_performer = 0:
 			pl 'You are not famous enough as a performer to be known outside of any local areas.'
 		end
 		nl
-		pl 'Fame in the sex industry = <<fame_sexind>>'
-		if fame_performer = 0:
+		pl 'Regional fame in the sex industry = <<global_sexind>>'
+		if global_sexind = 0:
 			pl 'You are not famous enough in the industry to be known outside of any local areas.'
 		end
 		nl
-		pl 'Fame as a slut = <<fame_slut>>'
-		if fame_performer = 0:
+		pl 'Regional fame as a slut = <<global_slut>>'
+		if global_slut = 0:
 			pl 'You are not famous enough as a slut to be known outside of any local areas.'
 		end
 		nl
-		pl 'Fame in sports = <<fame_sport>>'
-		if fame_performer = 0:
+		pl 'Regional fame in sports = <<global_sport>>'
+		if global_sport = 0:
 			pl 'You are not a famous enough athlete to be known outside of any local areas.'
 		end
 		nl
-		pl 'Fame as an intellectual = <<fame_int>>'
-		if fame_performer = 0:
+		pl 'Regional fame as an intellectual = <<global_int>>'
+		if global_int = 0:
 			pl 'You are not famous enough as a intellectual to be known outside of any local areas.'
 		end
 		nl
-		pl 'Fame through society = <<fame_social>>'
-		if fame_performer = 0:
-			pl 'You are not famous enough as a socialite to be known outside of any local areas.'
+		pl 'Regional fame through social media = <<global_social>>'
+		if global_social = 0:
+			pl 'You are not famous enough on social media to be known outside of any local areas.'
 		end
 	end
 	nl