mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
* SDQL upgrades. Global var accessing, assoc lists (["yes": "no"]), `IN` for arbitrary expressions and a bunch of wrappers for builtin BYOND procs. This includes _animate(). * remove debug output * Fixes a fuckup and adds a changelog. * fuck * Fixes special variables inside the IN clause. * Fix lag potential
3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
var/const/TICKS_IN_DAY = 864000
|
|
var/const/TICKS_IN_SECOND = 10
|