diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-08 16:37:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-08 16:37:09 -0300 |
commit | 4b211e89070a287bc6df4a0231d988f3a3e7ca4d (patch) | |
tree | ce76aa42a2f73803c009a169671441229d595335 | |
parent | 168298c594b7bcda5b044b1537a2f240e830b766 (diff) | |
download | renpy-4b211e89070a287bc6df4a0231d988f3a3e7ca4d.tar.gz renpy-4b211e89070a287bc6df4a0231d988f3a3e7ca4d.tar.bz2 renpy-4b211e89070a287bc6df4a0231d988f3a3e7ca4d.tar.xz renpy-4b211e89070a287bc6df4a0231d988f3a3e7ca4d.zip |
We need the Warranty Waiver
-rw-r--r-- | game/options.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy index c7eb344..4dcc77f 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -35,6 +35,7 @@ define HOST_LIST = ["https://tmw2.org/launcher", "http://localhost/launcher"] ## triple-quotes, and leave a blank line between paragraphs. define gui.about = _p(""" +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """) |