mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Client BYOND account creation date tracking (#14733)
* Client BYOND account creation date tracking * Mochi suggestion * Tweaks
This commit is contained in:
@@ -94,3 +94,8 @@
|
||||
|
||||
// Last world.time that the player tried to request their resources.
|
||||
var/last_ui_resource_send = 0
|
||||
|
||||
/// Date the client registered their BYOND account on
|
||||
var/byondacc_date
|
||||
/// Days since the client's BYOND account was created
|
||||
var/byondacc_age = 0
|
||||
|
||||
Reference in New Issue
Block a user