From e6ce91f264c96787adce24bafe627c31acc4dc3c Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Sat, 15 Aug 2026 22:30:48 +0400 Subject: [PATCH] Bag fixes! --- binding-mri/module_rpg1.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding-mri/module_rpg1.rb b/binding-mri/module_rpg1.rb index 37ed82c..e378211 100644 --- a/binding-mri/module_rpg1.rb +++ b/binding-mri/module_rpg1.rb @@ -65,7 +65,7 @@ module RPG end def self.face(filename) filename = filename.downcase - if (CTime.month == 4 && CTime.day == 1 && filename.start_with?("niko")) or Settings[:enforce_april_fools] + if ($game_temp.message_face != nil && ((CTime.month == 4 && CTime.day == 1) or Settings[:enforce_april_fools]) && filename.start_with?("niko")) filename = "af" end if $game_switches[160] && filename.start_with?("niko")