Client BYOND account creation date tracking (#14733)

* Client BYOND account creation date tracking

* Mochi suggestion

* Tweaks
This commit is contained in:
AffectedArc07
2020-10-27 14:18:10 -04:00
committed by GitHub
parent 4d9e7cc60d
commit 8cd7748f64
5 changed files with 129 additions and 0 deletions
+5
View File
@@ -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