Files
CHOMPStation2/code/_global_vars/time_vars.dm
2024-02-16 10:54:47 +01:00

3 lines
115 B
Plaintext

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