Преглед изворни кода

[fixed] more broken links in dream_events

anjuna krokus пре 7 месеци
родитељ
комит
766b838e1a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      locations/dream_events.qsrc

+ 2 - 2
locations/dream_events.qsrc

@@ -248,9 +248,9 @@ end
 
 if $ARGS[0] = 'hypno_dream_switch':
 	if therapistFuckedPussyStage < 1:
-		gs 'hypno_dreams', rand(1, 2)
+		gs 'dream_events', 'hypno_dreams', rand(1, 2)
 	else
-		gs 'hypno_dreams', rand(1, 7)
+		gs 'dream_events', 'hypno_dreams', rand(1, 7)
 	end
 	gs 'dream_events', 'event_end'
 end