1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-28 04:20:17 +02:00

Updated money mod with kilbith's fork

- (nothing interesting, just little syntax fix, and new textures)
This commit is contained in:
LeMagnesium
2015-07-02 19:34:54 +02:00
parent 0fa535ac68
commit 8acd6b66b9
17 changed files with 150 additions and 682 deletions

View File

@ -1,3 +1,3 @@
INITIAL_MONEY = 2000
CURRENCY_PREFIX = ""
CURRENCY_POSTFIX = " money"
INITIAL_MONEY = 1000
CURRENCY_PREFIX = "$"
CURRENCY_POSTFIX = " dollars"