Files
vgstation13/code/__HELPERS/constants.dm
PJB3005 d069cf3f7c SDQL upgrades. (#11528)
* 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
2016-08-31 13:50:29 -07:00

3 lines
63 B
Plaintext

var/const/TICKS_IN_DAY = 864000
var/const/TICKS_IN_SECOND = 10