From 1df8c9e1d6e06ba4fb3f5e5a31963ddc06058b88 Mon Sep 17 00:00:00 2001 From: Issac332 <119879937+Issac8658@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:03:23 +0300 Subject: [PATCH] april fools rotation --- scripts/Game_Picture.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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