diff --git a/scripts/Game_Picture.rb b/scripts/Game_Picture.rb index 2a00aa2..e1231f1 100644 --- a/scripts/Game_Picture.rb +++ b/scripts/Game_Picture.rb @@ -85,7 +85,7 @@ class Game_Picture @tone_target = Tone.new(0, 0, 0, 0) @tone_duration = 0 @angle = 0 - @rotate_speed = rand(1..1000) == 1 ? 10 : 0 #easteregg lol + @rotate_speed = CTime.month == 4 && CTime.day == 1 ? 10 : 0 #easteregg lol end #-------------------------------------------------------------------------- # * Move Picture