Browse Source

Moved "Can't do camshow" and "Can't watch porn" texts in the right place

netuttki 6 months ago
parent
commit
2bc757188d
1 changed files with 6 additions and 1 deletions
  1. 6 1
      locations/Komp.qsrc

+ 6 - 1
locations/Komp.qsrc

@@ -82,7 +82,12 @@ if $ARGS[0] = 'browse':
 		if access['general-text'] = 1: '<center><h4 style="color: red;"><b><<$access[''general-text'']>></b></h4></center>'
 		'You go to your favourite start page, while you try to decide on what you want to see right now.'		
 		'A blinking banner for a <a href="exec: gt ''komp'',''agent''">Kirsanova Real Estate Agency</a> keeps popping up in the corner.'
-
+		if $access['noporn'] = 1:
+			"<b><<$access['noporn']>></b>"
+		end
+		if  camwhore = 1 and access['nocamshow'] = 1 and mc_inventory['tech_webcam'] = 1: 
+			"<b><<$access['nocamshow']>></b>"
+		end
 		if func('homes_properties', 'is_property_of_status', 'owned', 'city_apartment') and husband = 0: act 'Rent your apartment out': gt 'komp', 'sale'
 
 		if access['noporn'] = 0: act 'Watch porn': gt 'komp', 'porno'