FUUUUUUUUU

This commit is contained in:
ZakatTeamI2P 2026-05-10 17:49:53 +04:00
parent ff714cd0ac
commit 55924b11cd
2 changed files with 3 additions and 4 deletions

View file

@ -35,7 +35,7 @@ end
class Persistent
attr_reader :lang
@@file_name = nil
def initialize
steam_lang = nil
oneshot_lang = nil
@ -155,7 +155,7 @@ class Persistent
Marshal.dump($persistent, file)
end
rescue => e
print("[Scripts>Persistence>save] Saving error: " + e.message)
print("Saving error: " + e.message)
end
end
@ -185,7 +185,7 @@ class Persistent
$persistent = Persistent.new
end
rescue => e
print("[Scripts>Persistence] Error: " + e.message)
print("Error: " + e.message)
$persistent = Persistent.new
end
end

View file

@ -250,7 +250,6 @@ class Window_Settings
end
when 11
if(Window_Settings.OneShotMode == true)
#EdText.info(tr("WARNING: In this mode, if you close the game NOT through the bed, you will get a bad ending(Like in the Freeware Oneshot version)!"))
spr.bitmap.draw_text(VALUE_MARGIN, 0, spr.bitmap.width, spr.bitmap.height, tr("ON"))
else
spr.bitmap.draw_text(VALUE_MARGIN, 0, spr.bitmap.width, spr.bitmap.height, tr("OFF"))