Files
CHOMPStation2/code/_global_vars/time_vars.dm
2023-06-04 19:13:12 +00:00

3 lines
117 B
Plaintext

GLOBAL_VAR_INIT(year, time2text(world.realtime,"YYYY"))
GLOBAL_VAR_INIT(year_integer, text2num(year)) // = 2013???