Added some text to the readme to make it clear that the player does not lose the money deposited to the guild bank.
This commit is contained in:
Revision 2022-08-03 18:37:55 +02:00
parent 3b86494671
commit 13c2a4cc4b
2 changed files with 4 additions and 0 deletions

2
.github/README.md vendored
View file

@ -3,3 +3,5 @@
# Features # Features
This module will deposit a certain percentage of money obtained from quests and money looted into the guild bank. 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.

View file

@ -1,2 +1,4 @@
# Features # Features
This module will deposit a certain percentage of money obtained from quests and money looted into the guild bank. 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.