mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Wage payouts to virtual wallets (#33537)
* Wage payouts to virtual wallets * Wage payouts to virtual wallets * ATMs too * decimal patch Co-authored-by: SECBATON GRIFFON <sage>
This commit is contained in:
@@ -20,6 +20,7 @@ CREATE TABLE players (
|
||||
disabilities INTEGER,
|
||||
nanotrasen_relation TEXT,
|
||||
bank_security INTEGER,
|
||||
wage_ratio INTEGER,
|
||||
UNIQUE ( player_ckey, player_slot )
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user