mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Bag fixes!
This commit is contained in:
parent
1563229886
commit
e6ce91f264
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue