Guest User

unlock_gallery.rpy

a guest
Jul 26th, 2024
909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | Source Code | 0 0
  1. init python hide:
  2.     @property
  3.     def is_available(self):
  4.         return True
  5.  
  6.     gallery.Replay.is_available = is_available
Add Comment
Please, Sign In to add comment