From 13c2a4cc4b357a94057b45efca4c14f45c16aabe Mon Sep 17 00:00:00 2001 From: Revision Date: Wed, 3 Aug 2022 18:37:55 +0200 Subject: [PATCH] README Added some text to the readme to make it clear that the player does not lose the money deposited to the guild bank. --- .github/README.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/README.md b/.github/README.md index 4c29a00..99a451f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -3,3 +3,5 @@ # Features This module will deposit a certain percentage of money obtained from quests and money looted into the guild bank. + +It will **not** take money from the player, it will just add a bonus to the guild bank. diff --git a/README.md b/README.md index 9086fd2..a5c55ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Features This module will deposit a certain percentage of money obtained from quests and money looted into the guild bank. + +It will **not** take money from the player, it will just add a bonus to the guild bank.