Mona.Lisa 3 mesi fa
parent
commit
12ff1759bf
2 ha cambiato i file con 2 aggiunte e 25 eliminazioni
  1. 1 1
      locations/mey_vika_events.qsrc
  2. 1 24
      locations/music_actions.qsrc

+ 1 - 1
locations/mey_vika_events.qsrc

@@ -1028,7 +1028,7 @@ if $ARGS[0] = 'beach_event0':
 					gs 'arousal', 'voyeur', 5, 'group'
 
 					! check celostnosti
-					if stat['think_virgin'] = 1:
+					if stat['think_virgin'] = 1 and stat['anal'] = 0:
 						! if virgin go to the beach
 						*clr & cla
 						minut += rand(60,90)

+ 1 - 24
locations/music_actions.qsrc

@@ -1,30 +1,7 @@
 #music_actions
 
 if $ARGS[0] = 'music_icon':
-    !! Everywhere
-    ml_time_left = ml_performance['max_perform_minutes']-ml_performance['performed_minutes']
-    if alko > 5:
-        'You are too drunk to stream or record music without messing up or throwing up into your guitar.'
-    !! $location_type = ''public_outdoors'' means parks, streets. Some event types can be placed in these locations : playing music, recording music - e.g in front of
-    !! the library, or at the church, etc. 
-    elseif $location_type = 'private' or ($location_type = 'public_outdoors' and sunWeather = 1 and temper > 15) and ml_no_music = 0:        
-        if hour < 8: 
-            'It''s too early to do anything noisy like playing the guitar or singing.'
-        elseif hour > 22:
-            'It''s too late to do anything noisy like playing the guitar or singing.'
-        else
-            if ml_settings['its_me'] = 1: 
-                if ml_guitar['hasguitar'] = 1 and (ml_guitar['carried'] = 1 or $ml_guitar['location'] = $loc):
-                    pl '<center><a href="exec: gs ''music_actions'', ''start''"><img title="Click to to see available music activities." height = 120 src="images/system/icons/icon_transp_guitaraction01.png"></a></center>'
-                else
-                    pl '<center><a href="exec: gs ''music_actions'', ''start''"><img title="Click to to see available music activities." height = 120 src="images/system/icons/icon_transp_singeraction01.png"></a></center>'
-                end
-            else
-                act 'Available musical activities': gs 'music_actions', 'start'
-            end
-        end
-        if ml_guitar['hasguitar'] = 1 and $location_type = 'private': gs 'music_actions', 'put_down_pick_up'
-    end
+
 end